Installation
-
First, a clean Python 3.11 environment is required. If you have not set up the Python environment, follow this guide: How to Setup a Python Environment?
-
Download Grapycal from our website. It’s recommended to pick the latest version.
-
Unzip the downloaded file. It will be a folder containing Grapycal’s program files and a file named
install.py
. -
Run the following to install Grapycal.
1 2
cd <the folder's name> python install.py
For example:
1 2
cd /home/eri24816/Desktop/grapycal-0.18.0+demo-linux.x86_64/ python install.py
-
After Grapycal is installed, open it with the command:
1
grapycal run
Here’s some tips when you run Grapycal:
- Before running
grapycal run
, always remember to activate the Python environment where Grapycal is installed. Otherwise, the grapycal command doesn’t work. - Run
grapycal run
in any folder you’re comfortable with. Then, your works will be saved in that folder. It’s not recommended to rungrapycal run
the Grapycal folder you’ve just downloaded, as your work will be mixed up with the program files there.
In my own computer, it looks like:
- Before running
Trouble Shooting
-
If you’re using macOS, the first run of
grapycal run
will be block by the system. Please grant it permission to run. If you cannot get around it, check out a more detailed guide: A Detailed Installation Guide for macOS. -
For any problems, please contact
[email protected]
or talk to us in the Discord server: https://discord.com/invite/adNQcS42CT
Uninstall Grapycal
To uninstall Grapycal, simply remove the Python environment where Grapycal is installed in. If you use conda, run conda remove -n gr --all
.
What’s Next?
Head over to Programming in Grapycal.