Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariocesar/pycon2019-workshop
https://github.com/mariocesar/pycon2019-workshop
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mariocesar/pycon2019-workshop
- Owner: mariocesar
- Created: 2019-09-13T22:50:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T02:36:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T15:42:25.724Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Do the following
```
docker-compose pulldocker-compose run --rm backend --shell
Starting workshop-intro_mongodb_1 ... done
===> Environment: development
===> Current dir: /app
===> Python version: Python 3.7.3
===> Run permissions check [OK]
===> Running: gosu app bash
app@app:/app$ pip install -r requirements.txt
app@app:/app$ python src/main.py
✅ You have aiohttp installed
✅ You have BeautifulSoup4 installed
✅ You can access mongodbYou are Awesome! 👏🏼
```