Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.14 KB

smithed-python

The python package for all things Smithed. Includes weld, cli, and libraries (via smithed-libraries).

Weld

The fastest pack merger of the west 🚅, build on beet technologies™

pip install smithed

Contributing

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:

MacOS and Linux

curl -sSf https://rye-up.com/get | bash

Windows

Check the guide here for an in-depth explanation.

Developer Setup

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