Download and unpack:
… on Linux/macOS:
$ curl -O https://codeload.github.com/veit/items/zip/main $ unzip main Archive: main … creating: items-main/ …
… on Windows:
C:> curl.exe -o main.zip -O https://codeload.github.com/veit/items/zip/main C:> tar -xvzf main.zip items-main/ items-main/.gitignore …
Install Python packages:
… on Linux/macOS:
$ cd items $ python3 -m venv . $ source bin/activate $ python -m pip install --upgrade pip $ python -m pip install -e .
… on Windows:
C:> python -m venv . C:> Scripts\python -m pip install --upgrade pip C:> Scripts\python -m pip install -e .
If you have suggestions for improvements and additions, I recommend that you create a Fork of my GitHub Repository and make your changes there. You are also welcome to make a pull request. If the changes contained therein are small and atomic, I’ll be happy to look at your suggestions.