To set up the environment to run this script:
-
Open anaconda shell (conda_dir) preferably with admin right if you are to install any package (otherwise the packages would go into the C: drive .conda hidden directory and we do not want to occupy C: drive spaces)
-
Check if our osrs env is present in conda with: conda env list
-
Navigate to our working directory if not already in: E: cd ml_test\osrs_auto
-
Activate the desired environment (osrs here): conda activate osrs
-
Now you can freely run the python scripts with: python fisher.py
Check the installed packages of this environment with: conda list
Use the following to check if a particular package is here: conda list
It is normal that conda env list, conda list commands would take a while to process