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 ````