Skip to content

Commit 5cb8e35

Browse files
authored
Update installation instructions in README
Added instructions for installing with virtualenv and system python.
1 parent ccdf341 commit 5cb8e35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ git clone https://github.com/kumarmuthu/custom-https-server.git
8383
cd custom-https-server/custom-https-server
8484
chmod +x install.sh uninstall.sh update-service.sh
8585
sudo ./install.sh
86+
87+
# Install with virtualenv
88+
sudo ./install.sh -venv true
89+
90+
# OR install using system python
91+
sudo ./install.sh -venv false
8692
```
8793

8894
### Install with custom path and port

0 commit comments

Comments
 (0)