Skip to content

Installation via GitHub repository#

Please follow these steps after you have successfully created an environment for installing the package. Currently, we only support installation via GitHub and will soon release the first version to make the installation possible via pip.

The most recent version of LinDistRestoration can be installed from the GitHub repository. You can either visit the repository by navigating the link on the top right corner of this webpage and perform a manual installation or follow the steps below:

  • Clone the repository to your local folder:

Open a terminal and type the following command. You may need to configure your user settings in Git before you clone the repository. For further information, please follow this link.

git clone https://github.com/abodh/LinDistRestoration.git

This will create a local repository with the folder name ldrestoration in your current directory.

  • Change the directory to ldrestoration:
cd LinDistRestoration
  • Install the package:

python setup.py install
This should install the latest version of ldrestoration along with the other third-party python packages on which ldrestoration depends. Please install any other packages if you encounter ImportError when running the examples.