README changes

This commit is contained in:
phalt 2014-12-04 12:11:57 +00:00
parent 21a1d4bf46
commit b152dc9902

View file

@ -17,24 +17,25 @@ Quite a lot of data is missing from the V1 API.
## Setup
1. Download this source code into a working directory.
2. Install the requirements using pip::
$ make install
- Download this source code into a working directory.
- Install the requirements using pip:
```
$ make install
```
This will install all the required packages and libraries for using PokeAPI
3. Set up the local developer environment using the following command::
$ make setup
4. Run the server using the following command::
$ make serve
- Set up the local developer environment using the following command:
```
$ make setup
```
- Run the server using the following command::
```
$ make serve
```
Visit localhost:8000 to see the running website!
If you ever need to wipe the database use this command::
$ make wipe_db
If you ever need to wipe the database use this command:
```
$ make wipe_db
```