* Updating the prices:
There are two approaches you can take. You can either manually track prices as you move between stations, by using the command line:
Where does this have to be done? Inside the station? Inside the station when you open the commodity market?
and specify a way to edit the data:
Code:
trade.py update --edit "c:\program files\thingy\thingy.exe" aulin
I do not understand this option.. Is this grabbing data from another source?? thingy?
if you want to specify an editor,
Code:
trade.py update --sublime aulin
trade.py update --notepad aulin
What does specifying an editor do?
if you want to use either "
Sublime Text 3" (my personal current favorite text editor across platforms) or notepad (I leave guessing which -- switch is which editor as an exercise to the reader).
or
You can gamble on the EMDN data. This is publicly sourced data that may be subject to errors, poisoning and other problems. That's what emdn-tap.py is for. Basically, use at your own risk.
what does the command emdn-tap.py do?? Grabs data from emdn? In which case.. do I need to be running some sort of marketdump?
* Do I need to be running marketdump?
That's part of EMDN, and if you want to participate in it, I would recommend also running MarketDump to send the prices you discover back into the network.