Skip to content

Commit beedfd4

Browse files
author
Marco Link
committed
Modified README to show instructions for use of pip with setup.py
1 parent beb6aa9 commit beedfd4

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,24 @@ Also, architecture makes its integration very easy and the source code, **MIT li
145145
<a name="install"></a>
146146
# :electric_plug: &nbsp;Install
147147

148-
- **Solution 1**, clone the [GitHub repository](https://github.com/jczic/MicroWebSrv2.git) from the terminal:
149-
```sh
150-
> git clone https://github.com/jczic/MicroWebSrv2.git
151-
```
148+
- **Solution 1** Run:
149+
150+
```sh
151+
pip3 install --user git+https://github.com/jczic/MicroWebSrv2.git#egg=MicroWebSrv2
152+
```
153+
154+
- **Solution 2**, clone the [GitHub repository](https://github.com/jczic/MicroWebSrv2.git) from the terminal:
155+
156+
```sh
157+
git clone https://github.com/jczic/MicroWebSrv2.git
158+
```
159+
and run:
160+
161+
```sh
162+
cd MicroWebSrv2 && pip install --user .
163+
```
152164

153-
- **Solution 2**, download the [ZIP file](https://github.com/jczic/MicroWebSrv2/archive/master.zip) and extract it to a folder of your choice.
165+
- **Solution 3**, download the [ZIP file](https://github.com/jczic/MicroWebSrv2/archive/master.zip) and extract it to a folder of your choice.
154166

155167
---
156168

0 commit comments

Comments
 (0)