pip: synchronize long options, formatting and add --user example (#6605)

This commit is contained in:
Noah
2021-11-07 08:25:16 -05:00
committed by GitHub
parent 15f99db390
commit 4042138a51
3 changed files with 17 additions and 5 deletions

View File

@@ -12,9 +12,13 @@
`pip install {{nama_paket}}=={{versi_paket}}`
- Memasang paket untuk hanya digunakan oleh pengguna saat ini:
`pip install --user {{nama_paket}}`
- Meningkatakan paket ke versi terbaru:
`pip install -U {{nama_paket}}`
`pip install --upgrade {{nama_paket}}`
- Mencopot pemasangan paket:
@@ -26,7 +30,7 @@
- Memasang paket dari berkas:
`pip install -r {{requirements.txt}}`
`pip install --requirement {{requirements.txt}}`
- Menampilkan informasi paket terpasang: