1. Install from Wheels#
detkit offers Python wheels for a variety of operating systems and Python versions. These wheels are available on both PyPI and Anaconda Cloud, providing a convenient way to install the package using either pip
or conda
.
1.1. Install with pip
#
First, ensure that you have pip
installed
python -m ensurepip --upgrade
For further detail on installing pip
, refer to pip installation documentation.
To install detkit and its Python dependencies using pip
by
python -m pip install --upgrade pip
python -m pip install detkit
If you are using PyPy instead of Python, you can first ensure pip
is installed by
pypy -m ensurepip --upgrade
Next, you can install detkit as follows:
pypy -m pip install --upgrade pip
pypy -m pip install detkit
1.2. Install with conda
#
Alternatively, you can install detkit via conda
. To do so, you may refer to the conda instalation documentation to set up conda
on your system. Once conda
is ready, you can install detkit along with its Python dependencies by using the following command
conda install s-ameli::detkit