The python package for all things Smithed. Includes weld, cli, and libraries (via smithed-libraries
).
The fastest pack merger of the west 🚅, build on beet technologies™
pip install smithed
We use rye to manage this project's dependencies. This will handle every aspect from grabbing the correct python, downloading dependencies, and managing a virtual environment.
To get started, install rye:
curl -sSf https://rye-up.com/get | bash
Check the guide here for an in-depth explanation.
Once installed, you can sync the project to generate a virtual environment and you'll be set!
git clone https://github.com/Smithed-MC/smithed-python
cd smithed-python
rye sync