GNorm2-docker / Installation.sh
Steven Tang
Commit all
69fb171
#
# env
#
python3.9 -m venv env39
source env39/bin/activate
python3.9 -m pip install --upgrade pip
pip install -r requirements.txt