Installation
You can either download the pre-built binaries from the releases page or run the project directly from the python source code.
Install from pre-built binaries
- Download the latest release from the releases page
- Extract the downloaded archive
- Move the extracted files to a location of your choice
- Make sure to keep the
_internal
folder in the same directory as the executable.
- Make sure to keep the
- Run the executable
Run from source
If you want to run the project directly from source, you need to have Python installed on your system. You can then run the following commands to install the required dependencies and start the project:
Clone the Repository
Install the code by cloning the repository at your desired location.
git clone https://github.com/GelbEinhalb/raw-to-tiff/
Set up a Virtual Environment
Use the following set of commands to set up the virtual environment.
cd raw-to-tiff
python -m venv venv
Install the dependencies
Install the required dependencies using the following command.
source venv/bin/activate
pip install -r requirements.txt
Run the project
Run the project using the following command.
python main.py