Skip to content

pokt-scan/pnyx-lm-taxonomies

Repository files navigation

pnyx-lm-taxonomies

Local Python Dev

To run the python scripts locally (like the taxonomy analysis app) the following steps are recommended:

Install pip and venv:

sudo apt install pip python3-venv -y

Create a virtual environment in this project:

python3 -m .venv venv-base

Activate the new environment

source .venv/bin/activate

Install the required packages:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published