Skip to content
Snippets Groups Projects
Commit 162799cf authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Removed references to mysql being a prerequsite, it is not.

parent fbb3c5d6
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,6 @@ the prerequsites manually. The following is a list of the preequsites that need
pynmea2 >= 1.4.2
pyserial >= 2.7
requests >= 2.7.0
MySQLdb >= 1.2.5
mysql >= 2.1.3
The application is written for python 3 specifically, it may not work with python 2. Once installed copy the
apex.cfg.example file over to apex.cfg in the same directory, then edit the file and replace it with your details. Next
......
......@@ -54,8 +54,6 @@ setup(
'pynmea2 >= 1.4.2',
'pyserial >= 2.7',
'requests >= 2.7.0',
'MySQLdb >= 1.2.5',
'mysql >= 2.1.3',
'cachetools >= 1.1.5'
],
package_dir={'apex': 'apex'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment