Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epequeno/acpg-may2015
presentation materials for presentation to Alamo City Python Group, May 7, 2015
https://github.com/epequeno/acpg-may2015
Last synced: 1 day ago
JSON representation
presentation materials for presentation to Alamo City Python Group, May 7, 2015
- Host: GitHub
- URL: https://github.com/epequeno/acpg-may2015
- Owner: epequeno
- Created: 2015-04-30T20:59:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T23:36:17.000Z (over 9 years ago)
- Last Synced: 2023-03-15T01:23:34.075Z (almost 2 years ago)
- Homepage: https://slides.com/estevanpequeno/acpg-may2015
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Presentation to Alamo City Python Group
Thursday May 7, 2015
https://slides.com/estevanpequeno/acpg-may2015
Status: finalized
---
Install stats:
before install (with only virtualenv):
```
(.acpg)~/c/acpg-may2015 (master) $ du -sh
11M
```after install using "pip --no-cache-dir install -r requirements.txt"
```
(.acpg)~/c/acpg-may2015 (master) $ du -sh
165M
```after install using "pip --no-cache-dir install -r requirements-extra.txt"
```
(.acpg)~/c/acpg-may2015 (master) $ du -sh
250M
```time to install requirements.txt:
```
439.18user 15.27system 7:35.61elapsed 99%CPU
```***Note***: Installing extras (Seaborn, ggplot, bokeh) will also require
installing system packages (lapack/blas, fortran compiler).time to install requirements-extra.txt:
```
967.12user 38.75system 17:29.86elapsed 95%CPU
```