This project can be installed on to your device via different mechanisms, these mechanisms are listed below in the order of ease.
- PIP Installs packages aka PIP Installation
pip install git+https://github.com/demonkingswarn/waldl
- Source Code Download
git clone https://github.com/demonkingswarn/waldl
Given that you have git
installed, you can clone this repository from GitHub. If you do not have or want to deal wtih installation of git
, you can simply download the repository using this link.
After the repository is downloaded and placed in an appropriate directory, you can use setup.py
to proceed with the installation.
pip install .
This command is to be executed from the directory where the repository is located.