... | @@ -2,6 +2,31 @@ Installing and launching GEPARD requires a minimal knowledge of command line nav |
... | @@ -2,6 +2,31 @@ Installing and launching GEPARD requires a minimal knowledge of command line nav |
|
|
|
|
|
## Prepare Python environment
|
|
## Prepare Python environment
|
|
|
|
|
|
|
|
### Method 1
|
|
|
|
|
|
|
|
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),
|
|
|
|
[GepardEnv.yml](uploads/2af661e0bf5499b208c070f80c8dc685/GepardEnv.yml) (Linux)
|
|
|
|
|
|
|
|
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:
|
|
|
|
```
|
|
|
|
conda env create -f xxx.yml
|
|
|
|
```
|
|
|
|
You have now created a new environment that contains everything you need to run GEPARD.
|
|
|
|
To activate the new environment (assuming you are working in Windows) type:
|
|
|
|
```
|
|
|
|
conda activate GepardEnv-windows
|
|
|
|
```
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Method 2
|
|
|
|
|
|
Download Anaconda from https://www.anaconda.com/download. Choose the Python 3.7 version and follow the installer instructions. For help regarding installation, please refer to the Anaconda installation guide. Anaconda includes most of the required python libraries, however some packages need to be installed manually. To do that, start an Anaconda prompt from the Start Menu (Windows) or re-open a terminal (Linux, MacOS) and type the following:
|
|
Download Anaconda from https://www.anaconda.com/download. Choose the Python 3.7 version and follow the installer instructions. For help regarding installation, please refer to the Anaconda installation guide. Anaconda includes most of the required python libraries, however some packages need to be installed manually. To do that, start an Anaconda prompt from the Start Menu (Windows) or re-open a terminal (Linux, MacOS) and type the following:
|
|
|
|
|
|
```
|
|
```
|
... | | ... | |