pypi-cli
v1.0.0
Published
Cli to install all python packages specifed in json file(mimic npm install)
Readme
About Project
CLI tool to download and install python packages from input json file
Usage
Usage: node index [command] --path [JSON_file_path]
where [command] is: install or i node index install or node index i: install python package dependencies mentioned in 'dependencies.json' file If no command is specified displays help on command usage
Options: --path or -p : specify [JSON_file_path] i.e., path of JSON file containing dependencies If path isn't specified, defaults to './dependencies.json -h: displays help on command usage
Output in terminal
If case all are successfully installed print success If some failed then print list of all failed packages, one of each in separate line.
