/ramseygame

Primary LanguagePython

Python package

Documentation Status

Install

  • Here is our recommended installation steps:

    To create a new virtual environment (only once):

    python3 -m venv .env

    To activate your virtual environment (every time you want to work on the current project):

    source .env/bin/activate 

    Upgrade pip (only once):

    pip install --upgrade pip

    To install the project's required packages (whenever dependencies must be updated):

    pip install -r requirements.txt

    To install the project in editable mode:

    pip install -e .