- Clone the repo
- Install Poetry (if not already)
- Install dependancies
poetry install
- Point local IDE to virtual env that poetry has created
- Publish to TestPyPi
poetry publish --build -r testpypi
python3 -m pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple spotify_sync==0.1.1