- Make sure you have installed Anaconda3 following the instructions in the Docs, and a Python 3.6 conda environment is selected.
- Download the Git repository by typing
git clone https://github.com/MHDLab/mhdpyin Git bash. - Open an anaconda prompt as an administrator (type anaconda into the windows search bar and right click to open as administrator).
- Navigate the prompt to your repository. Copy the local path to your repository and type
cd <repository path>into the anaconda prompt. Note you have to right click and say paste or use Shift+Insert to insert text in the prompt. - type
conda install ..
Alternatively you can install the repository using conda develop .. develop is similar to install but it will allow for you to change and use the mhdpy python package without having to run install again.