Installation
Installing with pip
To install the latest stable release from PyPI:
This will install LFSIR and all dependencies.
Installing from GitHub
To install the development version from GitHub:
Using a Virtual Environment
We highly recommend installing LFSIR within a virtual environment to avoid conflicts with system packages.
To create a virtual environment:
To activate the virtual environment:
For more information go to the venv documentation or the Real Python tutorial on virtual environments.