For Linux
python3 -m venv venv # Create a Python virtual environment for managing packages
source venv/bin/activate # Activate the virtual environment
pip install -e . # Install this repository as an editable package
pip install -r requirements.txt # Install other dependencies for visualization, IPython notebook, etc.