Improve guide

This commit is contained in:
Dita Aji Pratama 2025-06-17 10:09:51 +07:00
parent 6b5b28a077
commit 750bd351a0

View File

@ -73,7 +73,7 @@
- Buka CMD (Command-Prompt) lalu install kebutuhan library dengan command berikut: - Buka CMD (Command-Prompt) lalu install kebutuhan library dengan command berikut:
- Untuk Linux/MacOS: - Untuk Linux/MacOS:
```sh ```sh
cd directory/folder/kamu cd directory/folder/widuri-api
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install bottle python -m pip install bottle
python -m pip install beaker python -m pip install beaker
@ -84,7 +84,7 @@
``` ```
- Untuk Windows: - Untuk Windows:
```dos ```dos
cd C:\direktori\folder\kamu cd C:\direktori\folder\widuri-api
py -m pip install --upgrade pip py -m pip install --upgrade pip
py -m pip install bottle py -m pip install bottle
py -m pip install beaker py -m pip install beaker