Installation¤
Follow the steps below to install releaseup locally.
Create a virtual environment¤
Create and activate a virtual environment
python -m venv env
. env/bin/activate
Install releaseup¤
- Install Tesseract for your OS and add it to PATH
The installation guide is available here
pipmagic
releaseup uses modern Python packaging and can be installed using pip -
python -m pip install releaseup
Build releaseup from source¤
If you want to develop releaseup, or use its latest commit (!can be
unstable!), you might want to install it from the source -
- Install Tesseract for your OS and add it to PATH
The installation guide is available here
- Clone this repository
git clone https://github.com/Saransh-cpp/releaseup
- Change directory
cd releaseup
- Install the package in editable mode with the "dev" dependencies
python -m pip install -e ".[dev]"
Feel free to read our
Contributing Guide
for more information on developing releaseup.