Skip to content

abhiomkar/pip-save

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

pip-save

bringing npm like behavior to pip including init & save.

asciicast

Installation

source <(curl -sSLk https://raw.githubusercontent.com/abhiomkar/pip-save/master/install)

Usage

Create virtual environment & install packages

$ mkdir my-new-project && cd my-new-project
$ pip init
$ pip --save install request numpy scipy
$ cat requirements.txt
numpy==1.10.1
request==0.0.2
scipy==0.16.1
wheel==0.24.0

Install dependencies

$ pip install

Blog

Read my blog post here:

http://blog.abhiomkar.in/2015/11/12/pip-save-npm-like-behaviour-to-pip

TODO

  • Generate setup.py on pip init just like pip-init

Author

Abhinay Omkar @abhiomkar

About

bringing npm like behavior to pip including init & save.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages