ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
224 stars 148 forks source link

🐛 Bug: Documentation Correction(Reorder Installation Steps) #1076

Closed marshatiisa closed 8 months ago

marshatiisa commented 8 months ago

Describe the bug.

In the Ersilia git book, the steps activate ersilia before it is actually installed:

Pre-requisite 5: The Isaura data lake

#activate ersilia's conda environment (see instructions below to create it)
conda activate ersilia
python -m pip install isaura==0.1

is followed by:

2.2. Install Ersilia After all the pre-requisites are met, we are ready to install the Ersilia tool.

Open a terminal and set up a Conda environment.

# create a conda environment
conda create -n ersilia python=3.7
# activate the environment
conda activate ersilia

Describe the steps to reproduce the behavior

No response

Expected behavior.

No response

Screenshots.

No response

Operating environment

MacOS

Additional context

No response

DhanshreeA commented 8 months ago

Hi @marshatiisa the steps indicate activating the conda environment named ersilia.