Skip to content

Commit

Permalink
Add readme with installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpickle committed Jul 22, 2020
1 parent d4e25fe commit 851d341
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Pokedeck

## Installation

`git clone https://github.com/cmpickle/pokedeck.git`
`cd pokedeck`

activate the python virtual environment

Linux:
`source ./bin/activate`

Windows:
`.\bin\activate`

`pip install -r requirements.txt`

0 comments on commit 851d341

Please sign in to comment.