Python package manager. Inspired by yarn.
- Generate
package.json
file and.env
directory.
env init
- Install package, which would generate
python_modules
directory.
env install <package>
- Install package.
env uninstall <package>
- Show all packages.
env show