Installation#

To install pydistort, you can use the following command:

pip install git+https://github.com/Artezaru/pydistort.git

Or clone the repository and install it manually:

git clone https://github.com/Artezaru/pydistort.git

Then, go to the directory and run the following command:

pip install -e .

Use -e .[dev] to install it with the development dependencies.