Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RiesBen committed Jul 20, 2023
1 parent 1ddcd4e commit f9ea7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@ There are many ways to get the Ensembler package.

git clone https://github.com/rinikerlab/Ensembler.git
cd Ensembler
export PYTHONPATH=${PYTHONPATH}:${PWD}
pip install -r devtools/pip_requirements/requirements_unix.txt
pip install .

* Anaconda:

git clone https://github.com/rinikerlab/Ensembler.git
cd Ensembler
conda create -n Ensembler --file devtools/conda-envs/environment_unix.yml
conda activate Ensembler
pip install .

For windows, we also provide the required files in the same folders:
* devtools/pip_requirements/requirements_windows.txt
Expand Down

0 comments on commit f9ea7f1

Please sign in to comment.