pio 0.0.3

Last updated:

0 purchases

pio 0.0.3 Image
pio 0.0.3 Images
Add to Cart

Description:

pio 0.0.3

PIO
A simplified, yarn-like alternative to pip.
Installation
pip install pio

Usage
pio add example # Install example package
pio remove example # Remove example package
pio upgrade example # Upgrade example package (leave blank to upgrade all)
pio install # Install all packages from pio.json

Migrate from requirements.txt
pio migrate requirements.txt

Programmatic usage
import pio # Import PIO package
pio.add("example") # Install example package
pio.remove("example") # Remove example package
pio.upgrade("example") # Upgrade example package (leave blank to upgrade all)
pio.install() # Install all packages from pio.json

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.