Skip to content
Snippets Groups Projects
Commit 0cb2d9f6 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

Merge branch 'update_doc' into 'master'

Update file install.rst

See merge request !103
parents 772c6660 5273a2f9
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ Installation ...@@ -3,7 +3,7 @@ Installation
You can use JASS locally either using the command line interface in a terminal, or by running a web server. Deployment in a public server is also later discussed in this document. You can use JASS locally either using the command line interface in a terminal, or by running a web server. Deployment in a public server is also later discussed in this document.
You need **python3** to install and use JASS. As of April 2022, JASS runs on python from 3.6 to 3.10. You need **python3** to install and use JASS. As of April 2022, JASS runs on python from 3.8 to 3.10.
Installation with pip (recommended) Installation with pip (recommended)
----------------------------------- -----------------------------------
...@@ -43,17 +43,16 @@ In a TERMINAL window, type the following instructions: ...@@ -43,17 +43,16 @@ In a TERMINAL window, type the following instructions:
.. note:: .. note::
You have to check that you are in the **base** environment of Anaconda before creating the new virtual environment: You have to check that you are in the **base** environment of Anaconda before creating the new virtual environment:
(for example, Dev_Jass_Pyt36 with python 3.6)
.. code-block:: shell .. code-block:: shell
conda create --name Dev_Jass_Pyt36 python=3.6 conda create --name Dev_Jass_Python python=3.10
**4. Activation of the new environment** **4. Activation of the new environment**
.. code-block:: shell .. code-block:: shell
conda activate Dev_Jass_Pyt36 conda activate Dev_Jass_Python
**5. Installing JASS dependencies** **5. Installing JASS dependencies**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment