An open API service indexing awesome lists of open source software.

https://github.com/samdphillips/onyx

A Smalltalk language written in Python
https://github.com/samdphillips/onyx

programming-language smalltalk

Last synced: 10 months ago
JSON representation

A Smalltalk language written in Python

Awesome Lists containing this project

README

          

## Install and Test

```
python3 -m venv _py36 &&
source _py36/bin/activate &&
pip install --upgrade pip &&
pip install -r requirements.txt &&
python setup.py install &&
pytest tests
```