Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.74 KB

README.rst

File metadata and controls

69 lines (44 loc) · 1.74 KB

Welcome to Yoda powers documentation!

yoda Logo

Python /3.7+ PyPi package

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:

  1. Clone from github

    git clone https://github.com/sravel/yoda-powers.git
    
  2. Go in the cloned directory

    cd yoda_powers
    
  3. Install in editable mode

    pip install -e . --user