Skip to content

Commit

Permalink
Clarify README
Browse files Browse the repository at this point in the history
* Mention libmemcached
* Replace "&" with "and", like civilised people do
* Mention how to have a Vine password
  • Loading branch information
hult committed Apr 24, 2013
1 parent fb1eed2 commit b297b26
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -7,13 +7,16 @@ Includes a python library for the [Vine.co API](https://github.com/starlock/vino

## Quick start

Clone the repo & move into that folder
Get and install [libmemcached](http://libmemcached.org/) from their website or from your package manager of choice.

Clone the repo and move into that folder

git clone git://github.com/starlock/vino.git
cd vino
pip install -r requirements.txt

Setup your Vine username & password
Setup your Vine username and password (in order to have a Vine password, you need to visit your profile in the app,
set an e-mail address and then choose "Reset password")

export VINO_USER="your_username_here"
export VINO_PASSWORD="your_password_here"
Expand Down

0 comments on commit b297b26

Please sign in to comment.