radiantkit

Radial Image Analysis Toolkir

 View the Project on GitHub
 View the Project on PyPI
ggirelli/radiantkit (0.0.1.20210324.2)

Content

Install

Requirements

radiantkit has been tested with Python 3.7, 3.8, and 3.9. The packages it depends on are listed in our dependency graph. We use poetry to handle our dependencies.

Install

Install with pip

git clone https://github.com/ggirelli/radiantkit.git
cd radiantkit
pip install --user .

Install with pipx

If you want access only to radiantkit scripts (i.e., not the API), we recommend installing using pipx. Check how to install pipx here if you don’t have it yet!

Once you have pipx (v0.15.5+) ready on your system, install the latest stable release of radiantkit by running:

pipx install git+https://github.com/ggirelli/radiantkit.git --force

If you see the stars (✨ 🌟 ✨), then the installation went well!

Check your installation

To check your installation, simply run:

radiant --version

If you see the version of radiantkit that you installed, everything went well! If you see an error or command not found, try again or get in touch!