-
Notifications
You must be signed in to change notification settings - Fork 3
Installation: version 0.1.3.4
Rob Mathers edited this page Sep 3, 2023
·
1 revision
Windows Installation
Install Anaconda Navigator (https://docs.anaconda.com/free/navigator/install/). This package is free for academic institutions.
After installation, Windows users should press the Windows Key (on lower left), then search for and open Anaconda Powershell Prompt. This window will run the commands for installation.
As shown below, HydrophobicityExplorer can be installed through conda or using git.
Install with conda
1) In the Anaconda Powershell Prompt, type the following: conda create -c conda-forge -c scohenjanes -n mhp-env mhp
Anaconda Navigator will create the environment and install the dependencies.
You may replace the argument after -n with any environment name you wish.
2) To activate the environment in the Anaconda Powershell, type: conda activate mhp-env
For additional information: Install conda using the [official guide](https://conda.io/projects/conda/en/latest/user-guide/install/index.html).
Install with Git
Extra Step For Windows
Install [git for Windows](https://git-scm.com/download/win)
Steps For All Users
Clone the repository
git clone https://github.com/scohenjanes5/MHP.git
Set up the conda environment
conda create -c conda-forge -n mhp-env rdkit scipy
Allow conda to install the dependencies
Activate the environment
conda activate mhp-env
Install the package locally
python3 PATH/TO/INSTALL/setup.py install