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: