/nativecommon

Common code of projects with native parts

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

nativecommon

Common code of projects with native parts

Install

These are generic installation instructions.

To use, permanently

The quickest way to get started is to install the current release from PyPI:

pip3 install --user nativecommon

To use, temporarily

If you prefer to keep .local clean, install to a virtualenv:

python3 -m venv venvname
venvname/bin/pip install -U pip
venvname/bin/pip install nativecommon
. venvname/bin/activate