Closed ckchow closed 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'
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: