Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 1.52 KB

install.md

File metadata and controls

46 lines (32 loc) · 1.52 KB
title
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!