From 4541c39f5c8093b07b77891e5be460da14a1744c Mon Sep 17 00:00:00 2001 From: Styrr Date: Sat, 12 Mar 2022 09:43:09 +0100 Subject: [PATCH] extend README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1da6692..fc64a37 100644 --- a/README.md +++ b/README.md @@ -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 ````