Skip to content

Commit

Permalink
Added example install steps for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed May 20, 2015
1 parent 48629af commit 7ba6157
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Install
pip install memsql
Copy and paste the following steps to get started quickly on Ubuntu:

.. code:: bash
sudo apt-get update
sudo apt-get install -y mysql-client python-dev libmysqlclient-dev python-pip
sudo pip install memsql
Testing
=======

Expand Down

0 comments on commit 7ba6157

Please sign in to comment.