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: 7 months ago
JSON representation
SixArm.com → Python pip requirements.txt file for our favorite packages
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_python_pip_requirements
- Owner: SixArm
- Created: 2015-12-23T02:02:02.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:17:37.000Z (10 months ago)
- Last Synced: 2025-06-01T23:57:03.233Z (8 months ago)
- Topics: configuration, install, pip, script, shell
- Homepage: http://sixarm.com
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
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 (joel@joelparkerhenderson.com)