extend README.md

This commit is contained in:
Styrr 2022-03-12 09:43:09 +01:00
parent 2941c0e403
commit 4541c39f5c

View File

@ -43,7 +43,7 @@ config:
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
`````shell
`````commandline
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
`````shell
`````commandline
PS C:\GAMES\SPT_AKI_Dev\LootDistributionGenerator> .\venv\Scripts\activate
(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
````shell
````commandline
(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
````shell
````commandline
(venv) PS C:\GAMES\SPT_AKI_Dev\LootDistributionGenerator> python .\02_loot_generator_parallel.py
````