Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 370 Bytes

File metadata and controls

11 lines (9 loc) · 370 Bytes

HALearnerVer2

Installation

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.