Skip to content

Commit 2affc7c

Browse files
committed
Fix docs formatting
1 parent f0011b5 commit 2affc7c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/getting_started/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Installation
22
============
33
We recommend installing Snekmer using Python's `venv <https://docs.python.org/3/library/venv.html>`_ module. Before installing Snekmer, check that you have Python 3.9 or 3.10 installed using the command:
4-
.. codeblock:: bash:
4+
.. codeblock:: bash
55
python --version
66

77
The next step is to create and activate a new virtual environment that will contain Snekmer and its dependencies.
8-
.. codeblock:: bash:
8+
.. codeblock:: bash
99
python3 -m venv ~/snekmer_env
1010
source ~/snekmer_env/bin/activate
1111

1212
Once the virtual environment has been created and activated, clone and install Snekmer using the following commands.
13-
.. codeblock:: bash:
13+
.. codeblock:: bash
1414
git clone https://github.com/PNNL-CompBio/Snekmer.git
1515
cd Snekmer
1616
pip install -r requirements.txt

0 commit comments

Comments
 (0)