extend README.md
This commit is contained in:
parent
2941c0e403
commit
4541c39f5c
@ -43,7 +43,7 @@ config:
|
|||||||
1) Install python 3.9 https://www.python.org/downloads/release/python-3910/ to your preferred path
|
1) Install python 3.9 https://www.python.org/downloads/release/python-3910/ to your preferred path
|
||||||
2) Create a virtual environment and requirements in the LootDistributionGenerator's main folder
|
2) Create a virtual environment and requirements in the LootDistributionGenerator's main folder
|
||||||
|
|
||||||
`````shell
|
`````commandline
|
||||||
PS C:\LootDistributionGenerator> C:\pythonpath\python.exe -m venv .\venv
|
PS C:\LootDistributionGenerator> C:\pythonpath\python.exe -m venv .\venv
|
||||||
`````
|
`````
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ Your dir should now look like
|
|||||||
|
|
||||||
Activate the python virtual environment and install the requirements
|
Activate the python virtual environment and install the requirements
|
||||||
|
|
||||||
`````shell
|
`````commandline
|
||||||
PS C:\GAMES\SPT_AKI_Dev\LootDistributionGenerator> .\venv\Scripts\activate
|
PS C:\GAMES\SPT_AKI_Dev\LootDistributionGenerator> .\venv\Scripts\activate
|
||||||
(venv) PS C:\GAMES\SPT_AKI_Dev\LootDistributionGenerator> pip install -r .\requirements.txt
|
(venv) PS C:\GAMES\SPT_AKI_Dev\LootDistributionGenerator> pip install -r .\requirements.txt
|
||||||
`````
|
`````
|
||||||
@ -101,7 +101,7 @@ When you receive new dumps you place them in
|
|||||||
|
|
||||||
and run
|
and run
|
||||||
|
|
||||||
````shell
|
````commandline
|
||||||
(venv) PS C:\GAMES\SPT_AKI_Dev\LootDistributionGenerator> python .\01_process_dump_data.py
|
(venv) PS C:\GAMES\SPT_AKI_Dev\LootDistributionGenerator> python .\01_process_dump_data.py
|
||||||
````
|
````
|
||||||
|
|
||||||
@ -111,7 +111,7 @@ now all the files in *source_folder* will be appended to their corresponding arc
|
|||||||
|
|
||||||
When the archives are ready, run
|
When the archives are ready, run
|
||||||
|
|
||||||
````shell
|
````commandline
|
||||||
(venv) PS C:\GAMES\SPT_AKI_Dev\LootDistributionGenerator> python .\02_loot_generator_parallel.py
|
(venv) PS C:\GAMES\SPT_AKI_Dev\LootDistributionGenerator> python .\02_loot_generator_parallel.py
|
||||||
````
|
````
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user