ya2 · news · projects · code · about

refactoring of functional tests
[pmachines.git] / lib / build / in_venv.sh
1 #!/bin/bash
2
3 #virtualenv venv
4 #. ./venv/bin/activate
5 #pip install --upgrade pip
6 #pip install --upgrade setuptools
7 #pip install panda3d -i https://archive.panda3d.org/branches/deploy-ng --upgrade
8 python setup.py "$@"