Table of Contents
Use it to import very handy functions.
Documentation available at : https://yoda-powers.readthedocs.io/en/latest
To compile and install yoda_powers you should do this:
# for all users (requiring super-user rights) sudo pip install yoda_powers # for the current user only pip install yoda_powers --user
Install for a specific version of python for example python3.7:
# for all users (requiring super-user rights) sudo python3.7 -m pip install yoda_powers # for the current user only python3.7 -m pip install yoda_powers --user
If you want to use an unofficial version of the yoda_powers
module, you need to work from
a clone of this git
repository.
following actions:
Clone from github
git clone https://github.com/sravel/yoda-powers.git
Go in the cloned directory
cd yoda_powers
Install in editable mode
pip install -e . --user