Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samdphillips/onyx

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

programming-language smalltalk

Last synced: 3 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
```