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

https://github.com/sixarm/sixarm_python_pip_requirements

SixArm.com → Python pip requirements.txt file for our favorite packages
https://github.com/sixarm/sixarm_python_pip_requirements

configuration install pip script shell

Last synced: 2 months ago
JSON representation

SixArm.com → Python pip requirements.txt file for our favorite packages

Awesome Lists containing this project

README

        

SixArm.com → Python →

requirements.txt file for packages

SixArm.com → Python → Pipfile for pipenv packages

This is our team's Python pip requirements.txt file for our favorite packages for our typical computers.

Before we begin:

* Install [Python](https://en.wikipedia.org/wiki/Python_(programming_language))
* Install [pip](https://en.wikipedia.org/wiki/Pip_(package_manager))

To install the requirements:

$ pip install -r requirements.txt

## What is python?

Python is an interpreted high-level programming language for general-purpose programming. ([wikipedia](https://en.wikipedia.org/wiki/Python_(programming_language)))

## What is pip?

pip is a package manager to install and manage software packages written in Python. ([wikipedia](https://en.wikipedia.org/wiki/Pip_(package_manager)))

## Thanks

* [20 Python libraries you can’t live without](https://pythontips.com/2013/07/30/20-python-libraries-you-cant-live-without/)

## Tracking

* Package: sixarm_pip_requirements
* Version: 2.0.1
* Created: 2015-12-22
* Updated: 2018-08-30
* License: GPL
* Contact: Joel Parker Henderson ([email protected])