Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 805 Bytes

installation.rst

File metadata and controls

42 lines (24 loc) · 805 Bytes

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/