InstallationΒΆ
Install it using pip:
pip install DNASpiderWeb
Or you can also install it from source.
$ git clone https://github.com/HaolingZHANG/DNASpiderWeb.git
$ cd DNASpiderWeb
$ pip install -r requirements.txt
$ python setup.py install develop --user
The packages requires a python version >=3.7, and some libraries listed in the requirements file.