pythonlib: Fixes & cleanup

- Fix chmod not working
- Add more instructions to README
- Cleanup comments
This commit is contained in:
daijro
2024-09-17 12:28:25 -05:00
parent a05379fd38
commit 581cb5ce3f
3 changed files with 19 additions and 10 deletions
+11 -1
View File
@@ -7,12 +7,22 @@
## Installation
First, install the `camoufox` package:
```bash
git clone https://github.com/camoufox
git clone --depth 1 https://github.com/camoufox
cd camoufox/pythonlib
pip install .
```
Then, download the Camoufox browser:
```bash
camoufox fetch
```
To uninstall, run `camoufox remove`.
<hr width=50>
## Usage