-
Notifications
You must be signed in to change notification settings - Fork 36
Installation Help Windows
Taux1c edited this page Oct 18, 2022
·
2 revisions
There are a number of factors that have to be taken into consideration when installing on windows.
You need to make sure you have the following installed.
- Python 3 or later
- pip
- git
Once you have these packages installed you will be all set on linux. (Not sure about mac)
However on windows you will need to take a few more steps.
You need to specify environment variables. A tutorial on how to do this is coming soon. Until it is complete check out our discord or telegram for help!
If you don't want to install you will need to create a python virtual environment and install it there. (This basically makes it portable but you have to activate the environment to use it.)