Bumped version to 2.0.0

This commit is contained in:
Chris McCarthy
2023-07-26 14:38:57 +01:00
parent 9377553a22
commit 38f851ab66
9 changed files with 20 additions and 20 deletions

View File

@@ -41,12 +41,12 @@ Install PrimAITE
.. code-tab:: bash
:caption: Unix
mkdir ~/primaite/2.0.0rc2
mkdir ~/primaite/2.0.0
.. code-tab:: powershell
:caption: Windows (Powershell)
mkdir ~\primaite\2.0.0rc2
mkdir ~\primaite\2.0.0
2. Navigate to the primaite directory and create a new python virtual environment (venv)
@@ -55,13 +55,13 @@ Install PrimAITE
.. code-tab:: bash
:caption: Unix
cd ~/primaite/2.0.0rc2
cd ~/primaite/2.0.0
python3 -m venv .venv
.. code-tab:: powershell
:caption: Windows (Powershell)
cd ~\primaite\2.0.0rc2
cd ~\primaite\2.0.0
python3 -m venv .venv
attrib +h .venv /s /d # Hides the .venv directory