mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-22 14:19:24 +00:00
Add the copy step to the SDE update instructions.
This commit is contained in:
@@ -50,6 +50,8 @@ Updating the SDE data
|
||||
|
||||
To update the SDE data in the bot, use the ```gen_reference_data.py``` with a copy of the Sqlite conversion of the SDE, this will produce three json files that need to be copied to the data directory witthin the ```dropbot``` package.
|
||||
|
||||
The SDE is available here: https://developers.eveonline.com/resource/static-data-export
|
||||
|
||||
$ python gen_reference_data.py eve.db
|
||||
Importing Types...
|
||||
Importing Stations...
|
||||
@@ -58,4 +60,4 @@ To update the SDE data in the bot, use the ```gen_reference_data.py``` with a co
|
||||
map.json
|
||||
stations.json
|
||||
types.json
|
||||
|
||||
$ cp -i map.json stations.json types.json dropbot/data/
|
||||
|
||||
Reference in New Issue
Block a user