eaplatanios / jelly-bean-world

A framework for experimenting with never-ending learning
Apache License 2.0
74 stars 18 forks source link

Migrate setup.py to setuptools, making the package pip-installable #21

Closed ckchow closed 1 month ago

ckchow commented 1 month ago

I made some minor changes to setup.py and added a pyproject and the simulator should be pip-installable now. You can test this yourself with the following:

❯ python3.10 -m venv ./venv
❯ source ./venv/bin/activate
❯ pip install 'git+ssh://git@github.com/ckchow/jelly-bean-world@cchow/install-pep-compliance#subdirectory=api/python'