Package Installation
Python Package
To install NucleoFind
as a Python package:
Create and source virtual environment
Run:
pip install nucleofind
From GitHub
To install NucleoFind
from source:
Clone the repository
git clone https://github.com/Dialpuri/NucleoFind.gitChange directory into the new repo
cd NucleoFindCreate and source a virtual environment
python3 -m virtualenv pyenvGo to package directory
cd packageGather the dependency source files
./get_sourcesInstall the package locally
pip install .
Last modified: 02 January 2025