Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msabramo/pip-pin

Utility for pinning versions in your pip requirements files
https://github.com/msabramo/pip-pin

Last synced: about 1 month ago
JSON representation

Utility for pinning versions in your pip requirements files

Awesome Lists containing this project

README

        

# pip-pin

Updates your `requirements.txt` with currently
installed versions of your packages.

## Install

```bash
pip install pip-pin
# But you should pipsi
pipsi install pip-pin
```

## Usage

```bash
pip_pin [requirement files...]
```

## License

[MIT License](http://marksteve.mit-license.org)