Skip to content

Commit 8b4cb33

Browse files
committed
Update README
1 parent 421ffe5 commit 8b4cb33

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

README.rst

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,24 +102,15 @@ The last stable release is available on PyPI and can be installed with ``pip``::
102102

103103
$ pip install Tornado-MySQL
104104

105-
Alternatively (e.g. if ``pip`` is not available), a tarball can be downloaded
106-
from GitHub and installed with Setuptools::
107-
108-
$ # X.X is the desired PyMySQL version (e.g. 0.5 or 0.6).
109-
$ curl -L https://github.com/PyMySQL/PyMySQL/tarball/pymysql-X.X | tar xz
110-
$ cd PyMySQL*
111-
$ python setup.py install
112-
$ # The folder PyMySQL* can be safely removed now.
113-
114105
Test Suite
115106
----------
116107

117108
If you would like to run the test suite, first copy the file
118-
``.travis.databases.json`` to ``pymysql/tests/databases.json`` and edit the new
109+
``.travis.databases.json`` to ``tornado_mysql/tests/databases.json`` and edit the new
119110
file to match your MySQL configuration::
120111

121-
$ cp .travis.databases.json pymysql/tests/databases.json
122-
$ $EDITOR pymysql/tests/databases.json
112+
$ cp .travis.databases.json tornado_mysql/tests/databases.json
113+
$ $EDITOR tornado_mysql/tests/databases.json
123114

124115
To run all the tests, execute the script ``runtests.py``::
125116

0 commit comments

Comments
 (0)