An open API service indexing awesome lists of open source software.

https://github.com/zachdtaylor/pyp

A wrapper around pip that adds packages to a requirements file automatically
https://github.com/zachdtaylor/pyp

Last synced: 4 months ago
JSON representation

A wrapper around pip that adds packages to a requirements file automatically

Awesome Lists containing this project

README

        

# pyp
A wrapper around pip that adds packages to a requirements file automatically

Example usage:

```console
$ pyp install pip-install-test
```

## Installation
```console
$ pip install pyp-manager
```

`pyp` currently works in python 3 **only** and it relies on the `pip` command being available.

## Supported `pip` Commands
The following commands from `pip` are supported in `pyp`.
- `install`