@@ -6,7 +6,7 @@ Installing and launching GEPARD requires a minimal knowledge of command line nav
...
@@ -6,7 +6,7 @@ Installing and launching GEPARD requires a minimal knowledge of command line nav
Download Miniconda from https://docs.conda.io/en/latest/miniconda.html. Choose the Python 3.8 version and follow the installer instructions. For help regarding installation, please refer to the Anaconda installation guide.
Download Miniconda from https://docs.conda.io/en/latest/miniconda.html. Choose the Python 3.8 version and follow the installer instructions. For help regarding installation, please refer to the Anaconda installation guide.
Download the ```yml``` file can for your operating system: [GepardEnv-windows.yml](uploads/49182461700a5d3a9227bcad0beb5f39/GepardEnv-Windows.yml)(Windows),
Download the ```yml``` file for your operating system: [GepardEnv-windows.yml](uploads/49182461700a5d3a9227bcad0beb5f39/GepardEnv-Windows.yml)(Windows),
Open the Anacoda prompt, navigate to the folder you stored the ```yml``` file and type the following command, replacing ```xxx.yml``` with the name of the file you just downloaded:
Open the Anacoda prompt, navigate to the folder you stored the ```yml``` file and type the following command, replacing ```xxx.yml``` with the name of the file you just downloaded:
The compilation of tsp modules and running GEPARD will need to be performed in this environment.
The compilation of tsp modules and running GEPARD will need to be performed in this environment.
We strongly advise against modifying this environment for any purpose as this could interfere with the function of GEPARD.
We strongly advise against modifying this environment for any purpose as this could interfere with the functionality of GEPARD.
...
@@ -100,7 +100,7 @@ conda install gcc_linux-64
...
@@ -100,7 +100,7 @@ conda install gcc_linux-64
## Errors related to Gepard operation
## Errors related to Gepard operation
`no module named gepard`: Please make sure thet you are attempting to start Gepard from its parent folder, i.e. the location containing the folder "gepard".
`no module named gepard`: Please make sure that you are attempting to start Gepard from its parent folder, i.e. the location containing the folder "gepard".
`ImportError: cannot import name 'tsp'`: If your setup includes multiple Anaconda environments, tsp build and gepard operation must be done in the same environment.
`ImportError: cannot import name 'tsp'`: If your setup includes multiple Anaconda environments, tsp build and gepard operation must be done in the same environment.