2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

Update README.md

As far as I understand Memcached is not necessary anymore.
Added links to the dependencies, maybe OSX Setup should be explained in more detail with Homebrew for Python and MariaDB.
This commit is contained in:
Dominik 2015-08-11 00:08:28 +05:30
parent a421da11c6
commit c5f3472da7

View File

@ -32,11 +32,10 @@ Manual Install
Install pre-requisites,
* Python 2.7
* MariaDB
* Redis
* [Python 2.7](https://www.python.org/download/releases/2.7/)
* [MariaDB](https://mariadb.org/)
* [Redis](http://redis.io/topics/quickstart)
* [wkhtmltopdf](http://wkhtmltopdf.org/downloads.html) (optional, required for pdf generation)
* Memcached
For installing MaraiDB on OSX, use:
```