Skip to content

Commit 32b36be

Browse files
authored
update install instructions
Updated conda environment name in installation instructions.
1 parent 0443818 commit 32b36be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Download and install AMRrules
1414
Currently, AMRrules is only available for installation via source. We recommend you set up a new conda environment. ::
1515

1616
# create your conda environment
17-
conda create -n amrrules_beta -c bioconda python=3.12 pip
18-
conda activate amrrules_beta
17+
conda create -n amrrules -c bioconda python=3.12 pip
18+
conda activate amrrules
1919

20-
# clone the repository, switch to the development branch
20+
# clone the repository
2121
git clone https://github.com/AMRverse/AMRrules
2222
cd AMRrules
2323

0 commit comments

Comments
 (0)