Installation

Installing Python

Anaconda is the recommended method to install Python for scientific applications. It is supported on Linux, Windows and Mac OS X. Download Anaconda here. Note that NEXTorch runs on Python 3.7 and above.

Installing LigninGraphs using pip

Using pip is the most straightforward way to install LigninGraphs (See details at https://pypi.org/project/ligning/).

Install LigninGraphs by typing the following in the command prompt (the fresh installation takes ~1-2 minutes):

pip install ligning

Installing LigninGraphs from source

If you would prefer to install from source or you are interested in development, follow the instructions below.

pip install git+https://github.com/VlachosGroup/LigninGraphs.git

Upgrading LigninGraphs using pip

To upgrade to a newer release, use the –upgrade flag:

pip install --upgrade ligning