Skip to content

Commit

Permalink
update readme to pull submodules (PokemonGoF#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixBa authored and MFizz committed Jul 29, 2016
1 parent a13841d commit 7744d64
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,24 +82,20 @@ Please keep in mind that master is not always up-to-date whereas 'dev' is. In th
(change master to dev for the latest version)

```
$ git clone -b master https://github.com/PokemonGoF/PokemonGo-Bot
$ git clone --recursive -b master https://github.com/PokemonGoF/PokemonGo-Bot
$ cd PokemonGo-Bot
$ pip install -r requirements.txt
$ git submodule init
$ git submodule update
```

### Installation Mac
(change master to dev for the latest version)

```
$ git clone -b master https://github.com/PokemonGoF/PokemonGo-Bot
$ git clone --recursive -b master https://github.com/PokemonGoF/PokemonGo-Bot
$ cd PokemonGo-Bot
$ virtualenv .
$ source bin/activate
$ pip install -r requirements.txt
$ git submodule init
$ git submodule update
```

### Installation Windows
Expand Down Expand Up @@ -139,14 +135,12 @@ $ git submodule update
### Develop PokemonGo-Bot

```
$ git clone -b dev https://github.com/PokemonGoF/PokemonGo-Bot
$ git clone --recursive -b dev https://github.com/PokemonGoF/PokemonGo-Bot
$ cd PokemonGo-Bot
// create virtualenv using Python 2.7 executable
$ virtualenv -p C:\python27\python.exe venv
$ source venv/Scripts/activate
$ pip install -r requirements.txt
$ git submodule init
$ git submodule update
```

### Google Maps API (in development)
Expand Down

0 comments on commit 7744d64

Please sign in to comment.