git
and pip
<aside> 🔸
Important Please always refer to the Installation and Setup section in the official GAMMS documentation for the newest installation guide.
</aside>
Create a new folder for your project and navigate into it:
mkdir gamms
cd gamms
Create and activate a virtual environment:
Mac/Linux:
python -m venv venv
source venv/bin/activate
Windows:
python -m venv venv
venv\\\\Scripts\\\\activate
Install GAMMS directly into the virtual environment:
python -m pip install git+https://github.com/GAMMSim/gamms.git
Test the installation: