Skip to content

Commit 0dde26c

Browse files
committed
📝 Update README
1 parent de0a6be commit 0dde26c

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

README.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,33 +37,46 @@ This is by far the most efficient method and the steps are more or less the same
3737

3838
5. Update pip and install the required Python libraries:
3939

40-
> pip install --upgrade pip
41-
>
42-
> pip install -r requirements.txt
43-
>
44-
> pip install pyinstaller
40+
```
41+
pip install --upgrade pip
42+
```
43+
44+
```
45+
pip install -r requirements.txt
46+
```
47+
48+
```
49+
pip install pyinstaller
50+
```
4551

4652
6. Have pyinstaller build the backend Django server:
4753

48-
> pyinstaller --name=backend --hidden-import backend.urls --distpath ../app --clean --noconfirm manage.py
54+
```
55+
pyinstaller --name=backend --hidden-import backend.urls --distpath ../app --clean --noconfirm manage.py
56+
```
4957

5058
7. Install yarn.
5159

5260
8. Navigate to /app/ and have yarn install the Nodejs libraries:
5361

54-
> yarn install
62+
```
63+
yarn install
64+
```
5565

5666
9. (Windows-specific step) Remove the following line from package.json
5767

5868
> "executableName": "kaplan-desktop",
5969
6070
10. Have yarn build the executable:
6171

62-
> yarn make
72+
```
73+
yarn make
74+
```
6375

6476
11. The resulting executable(s) will be under /app/out/
6577

6678
## Links:
6779
1. [Kaplan Homepage](https://kaplan.pro)
68-
1. [Docs](https://kaplan.pro/#/docs)
80+
1. [Docs](https://kaplan.pro/docs)
6981
1. [Kaplan Desktop@Microsoft Store](https://www.microsoft.com/en-us/p/kaplan-desktop/9nb1v5xzbmx2)
82+
1. [Kaplan Desktop@Sourceforce](https://sourceforge.net/projects/kaplan-desktop/)

0 commit comments

Comments
 (0)