@@ -50,19 +50,15 @@ Optionally, use the `exe` installer to download and install Logicytics and all r
50503 . ** Setup Logicytics** : Navigate to the ` SETUP ` folder and run the ` setup.py ` script using the following command,
5151 This will install the required dependencies and create any necessary files for full functionality.
5252 ``` powershell
53- pip install -e .
53+ pip install -r requirements.txt
5454 ```
5555
56- 4 . ** Run Logicytics** : Navigate to the ` CODE ` folder and run ` ./Logicytics .py` more info below.
56+ 4 . ** Run Logicytics** : Navigate to the ` CODE ` folder and run ` python _wrapper .py` more info below.
5757
5858### Basic Usage
5959
60601 . ** CLI** : The most preferred method, all in your command line! More feedback can be given, to use it just open ` CMD `
61- in the ` CODE ` directory, and run ` ./Logicytics.py `
62-
63- 2 . ** GUI** : Still in beta, GUI is not recommended unless you are unfamiliar with CLI, the GUI automatically constructs
64- your command and executes it from a basic window. To use this feature, go to the ` CODE ` directory and run
65- the ` GUI.py ` file, or type in the terminal ` ./GUI.py ` .
61+ in the ` CODE ` directory, and run ` python _wrapper.py ` .
6662
6763## 🔧 Configuration 🔧
6864
@@ -74,16 +70,14 @@ These flags allow you to:
7470- Exclude certain files/data from the data collection process.
7571- Adjust logging levels for detailed insights.
7672
77- More info about the flags on the wiki.
78-
7973## 🚀 Advanced Usage 🚀
8074
8175### Custom Scripts
8276
8377Extend Logicytics' functionality by creating custom Python scripts.
84- Place these scripts in the ` CODE ` directory.
78+ Place these scripts in the ` MODS ` directory.
8579Logicytics will automatically execute these scripts during the data collection process,
86- enabling tailored data extraction (When using the ` --mods ` flag).
80+ enabling tailored data extraction (When using the ` --modded ` flag).
8781
8882## 🛑 Troubleshooting 🛑
8983
@@ -96,7 +90,7 @@ enabling tailored data extraction (When using the `--mods` flag).
9690
9791### Support Resources
9892
99- Consult the ` .md ` log file in the ` ACCESS/LOGS ` directory for detailed error logs.
93+ Consult the ` .log ` log file in the ` ACCESS/LOGS ` directory for detailed error logs.
10094Engage with the community through GitHub issues for assistance and feedback.
10195
10296## 📊 Data Analysis 📊
0 commit comments