Unix: Windows:
Metrics:
Usage:
Python library for working with Cannabis data.
- Python 3.6+
Install cannapy with pip:
$ pip install cannapy
or directly from the source code:
$ git clone https://github.com/cannabisdata/cannapy.git
$ cd cannapy
$ python setup.py install
After installation, the package can imported:
$ python
>>> import cannapy
>>> cannapy.__version__