diff --git a/README.md b/README.md index 8fa725211..75f0d2c68 100644 --- a/README.md +++ b/README.md @@ -4,41 +4,7 @@ Pyfa is a cross-platform desktop fitting application for EVE online that can be It provides many advanced features such as graphs and full calculations of any possible combination of modules, fits, etc. -### FAQ: - -##### Q: What is pyfa? -A: Pyfa is the python fitting assistant, its a fitting tool for eve online that allows you to calculate the stats of any possible combination of ships and modules without having to buy them all ingame. - -##### Q: How do I add fleet bonuses? -A: Right click on a fit and click on the position you want to assign it to. - -##### Q: How do I project a whole fit? -A: Drag the fit from the fit browser into the projected effects window. - -##### Q: How do I add implants on a character instead of a fit? -A: This is currently not possible. - -##### Q: What are all those different export formats in pyfa? -A: EFT: the regular format we're all used to, very useful to paste on forums for example. -DNA: A one-liner format, useful to paste around on IRC or other places where you can't just paste a whole block of text. -XML: The format used by EVE, use this if you want to import your fit(s) into EVE. - -##### Q: XYZ is calculated wrong! Another tool / EVE tells me so. -A: First of all, please check that your implants are setup identically between all your different applications. Afterwards, doublecheck your boosters and skills. -If its still wrong afterwards, you might not be using the exact same fit between both, doublecheck that as well. -If its still wrong, please hop onto IRC, log issue at github or just leave post at the forums and we can look into it. - -##### Q: I want to run pyfa from source, what should i install? -A: Python 2 - http://www.python.org/ -wxPython - http://www.wxpython.org/ -SQLAlchemy - http://www.sqlalchemy.org/ -dateutil - https://labix.org/python-dateutil -Matplotlib - http://matplotlib.sourceforge.net/ -NumPy - http://numpy.scipy.org/ -Last 2 are optional, they are required for graphs only. - -##### A: I can't trust you! -Q: If you don't want to trust us, don't. The source code is freely available for anyone to see. So if you have a technical background, you can go check it yourself. If you still don't trust it, well, don't use it. +Please see the [FAQ](https://github.com/DarkFenX/Pyfa/wiki/FAQ) for answers to common questions / concerns #### Links * [Development repository: http://github.com/DarkFenX/Pyfa](http://github.com/DarkFenX/Pyfa)