mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
5 lines
115 B
Bash
5 lines
115 B
Bash
#!/usr/bin/env bash
|
|
virtualenv venv
|
|
source venv/bin/activate
|
|
pip install -r requirements.txt
|
|
python setup.py build
|