Install#
- Release:
4.0.3
- Date:
Feb 24, 2024
CFPQ_Data requires Python 3.7 or later. If you do not already have a Python environment configured on your computer, please see the instructions for installing the full scientific Python stack.
Below we assume you have the default Python environment already configured on
your computer and you intend to install cfpq_data
inside of it. If you want
to create and work with Python virtual environments, please follow instructions
on venv and virtual
environments.
First, make sure you have the latest version of pip
(the Python package manager)
installed. If you do not, refer to the Pip documentation and install pip
first.
Install the released version#
Install the current release of cfpq_data
with pip
:
pip install cfpq_data
To upgrade to a newer release use the --upgrade
flag:
pip install --upgrade cfpq_data
If you do not have permission to install software systemwide, you can
install into your user directory using the --user
flag:
pip install --user cfpq_data
Alternatively, you can manually download cfpq_data
from
GitHub or
PyPI.
To install one of these versions, unpack it and run the following from the
top-level source directory using the Terminal:
pip install .