Newer
Older
# Source this script like `. ./venv-build-env.sh`
if [ ! -e ./.venv ]; then
python3 -m venv .venv
source ./.venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Forum | Documentation | Website | Blog
Please reach out on Forum or Discord to get account approved. Manual approval required for all accounts due to hundreds of new account users daily from spambots.
# Source this script like `. ./venv-build-env.sh`
if [ ! -e ./.venv ]; then
python3 -m venv .venv
source ./.venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Open hardware computers for makers, educators and professionals