-
Notifications
You must be signed in to change notification settings - Fork 412
Setting Up Development Environment
Amadeus edited this page May 6, 2018
·
7 revisions
This is a quick and dirty guide on how to set up a dev environment. This is useful if you wish to help development, or trying to track down the cause of a bug that doesn't show up in logs.
- Download Python 2.7 and install (default is
C:\Python27
):
- Download wxPython 3.0.2.0 and install (make sure it installs to wherever you set python to install)
- Install other requirements through pip (does not include graphing support):
C:\Python27\python.exe -m pip install --upgrade pip
C:\Python27\python.exe -m pip install sqlalchemy
C:\Python27\python.exe -m pip install dateutils
C:\Python27\python.exe -m pip install requests
C:\Python27\python.exe -m pip install logbook
- Download current pyfa source code and extract:
- Run pyfa through python interpreter:
C:\Python27\python.exe C:\pyfa\pyfa.py -d