You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ It is really helpful if you want to download a mod or modpack containing various
35
35
36
36
37
37
### Development
38
-
1. You can build and run the app yourself. I have written the code in python and implemented poetry for dependency mamagement and easy build.
38
+
1. You can build and run the app yourself. I have written the code in python and implemented poetry for dependency management and easy build.
39
39
2. Install python > v3.12 and install poetry, refer to [poetry official website](https://python-poetry.org/docs/#installation) for installation guide.
40
40
3. Install dependencies via the command `poetry install`.
41
-
4. To run the application use the command `poetry run factorio-mod-downloader`. This will run the application to be used.
41
+
4. To run the application use the command `poetry run factorio-mod-downloader`. This will run the application directly without building.
42
42
5. To build the application, I am using pyinstaller (you need a **Windows x64** system to build it). Run the command `poetry build` to build the application. A new .exe file will be generated inside `/dist/pyinstaller/win_amd64`.
0 commit comments