Installation

Installing an official release

ChemPrice can be installed via PyPi.

Use pip

An alternative method is to install is using pip:

~$ pip install chemprice

Verify Installation

You can verify that ChemPrice was installed on your local computer by running:

~$ pip show chemprice
Name: chemprice
...

If instead of what is shown above your output is:

WARNING: Package(s) not found: chemprice

ChemPrice was not installed correctly or your system cannot find the path to it. If ChemPrice is installed correctly you can also test the package by running:

~$ pip install pytest
~$ pytest chemprice/tests/