0 purchases
yodapowers 1.0.1
Table of Contents
About this package
Install
Global install
Developing version
About this package
Use it to import very handy functions.
Documentation available at : https://yoda-powers.readthedocs.io/en/latest
Install
Global install
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
Developing version
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.