STARK-PLACE Package Registry¶
STARK-PLACE ships as several small, independently-installable packages.
Installing¶
STARK-PLACE packages are published to a self-hosted --find-links registry. Use pip as usual but add --find-links argument like bellow:
For example:
Install several at once:
pip install stark-ai stark-triggers stark-devtools \
--find-links https://markparker5.github.io/STARK-PLACE/
Make it permanent
Add the registry to your pip.conf / requirements.txt so you don't repeat the flag:
Browse the registry¶
The registry lists every package, its latest wheel, and older versions (grouped by release, tagged with their Python and STARK compatibility):