https://github.com/thenets/workshop-pokecafe
https://github.com/thenets/workshop-pokecafe
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thenets/workshop-pokecafe
- Owner: thenets
- Created: 2020-09-11T23:24:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T01:17:28.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T21:46:57.926Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokecafe
## Requirements
- python3
- virtualenv
## Dependencies
```bash
# Install
# (tested on Ubuntu 18.04 and 20.04)
sudo apt-get update
sudo apt-get install -y make virtualenv
```
## How to run
```bash
# Create virtualenv (run once)
make prepare
# Run
make fun
```