Installation
Using prebuilt binaries
The easiest way to get started with proespm is by downloading a executable
binary for your operating system in the
release section.
Using uv
If you are comfortable with using Python from the command line, the best way is using uv. It will automatically download all required dependecies and a suitable Python interpreter when running the program with
from the project's root directory.
Furthermore, you can install the CLI with
or
if you want to hack on it.
Using pip
If you choose to use pip for installation, you have to make sure that you have Python version 3.13 or higher installed. Then you can create a virtual environment via
and activate it with
on UNIX-based systems. For other operating systems and more information about virtual environments, see the official documentation.
Installation of the required dependecies is then done via
from the project's root.
Now you should be able to run proespm with