Skip to content

Commit

Permalink
Change bleeding-edge installation instructions to refer to develop
Browse files Browse the repository at this point in the history
I never merge anything into master without making a release of it, so no point in installing 'direct from master'..!
  • Loading branch information
saxbophone committed Nov 2, 2018
1 parent b74180d commit a23b705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ It is tested against Python **2.7**, **3.5**, **3.6** and **PyPy 3.5**.

`pip install basest`

#### Install from git repository (bleeding edge copy from master branch)
`pip install git+git:https://github.com/saxbophone/basest-python`
#### Install from git repository (bleeding edge copy from develop branch)
`pip install git+git:https://github.com/saxbophone/basest-python@develop`

## Usage
Here is a short overview of the interfaces defined in this library, where to import them from and how to use them.
Expand Down

0 comments on commit a23b705

Please sign in to comment.