Installation

This part of the documentation covers how to install the package. It is recommended to install the package in a virtual environment.

Create virtual environment

There are several packages/modules for creating python virtual environments. Here is a manual by the PyPA.

Installation from PyPI

You can simply install the package from PyPI:

$ pip install python_test_cielquan

Installation from source

You can install SpotInkCalc directly from a Git repository clone. This can be done either by cloning the repository and installing from the local clone:

$ git clone https://github.com/Cielquan/python_test.git
$ cd python_test
$ pip install .

Or installing directly via git:

$ pip install git+https://github.com/Cielquan/python_test.git

You can also download the current version as tar.gz or zip file, extract it and install it with pip like above.