You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/getting_started/install.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
Installation
2
2
============
3
3
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
5
5
python --version
6
6
7
7
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
9
9
python3 -m venv ~/snekmer_env
10
10
source ~/snekmer_env/bin/activate
11
11
12
12
Once the virtual environment has been created and activated, clone and install Snekmer using the following commands.
0 commit comments