We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0443818 commit 32b36beCopy full SHA for 32b36be
1 file changed
docs/source/installation.rst
@@ -14,10 +14,10 @@ Download and install AMRrules
14
Currently, AMRrules is only available for installation via source. We recommend you set up a new conda environment. ::
15
16
# create your conda environment
17
- conda create -n amrrules_beta -c bioconda python=3.12 pip
18
- conda activate amrrules_beta
+ conda create -n amrrules -c bioconda python=3.12 pip
+ conda activate amrrules
19
20
- # clone the repository, switch to the development branch
+ # clone the repository
21
git clone https://github.com/AMRverse/AMRrules
22
cd AMRrules
23
0 commit comments