6. Installation¶
As the current module is still under development and clean up, the best way to get started is to clone the repository to your local computer.
- This clones the repository:
git clone https://github.com/charliewen95/current_flow_allostery.git
- Then you have 2 choices:
- Create environemnt using
./creating_environment.sh (This step may take ~10 mins.)
- Install the python package using
pip install -e .
- Note: if the code aboe doesn’t work, try
python -m pip install -e .
Now you can try running the code.