python3 -m venv _py36 &&
source _py36/bin/activate &&
pip install --upgrade pip &&
pip install -r requirements.txt &&
python setup.py install &&
pytest tests
-
Notifications
You must be signed in to change notification settings - Fork 0
A Smalltalk language written in Python
License
samdphillips/onyx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Smalltalk language written in Python