Skip to content

Commit 0eacd72

Browse files
change pip to pip3 (#299)
1 parent 828f8c8 commit 0eacd72

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ Once started with one of the commands below, the quickstart will be running on h
141141

142142
##### Node
143143

144-
145144
```bash
146145
$ cd ./node
147146
$ npm ci
@@ -159,7 +158,7 @@ cd ./python
159158
# virtualenv venv
160159
# source venv/bin/activate
161160

162-
pip install -r requirements.txt
161+
pip3 install -r requirements.txt
163162
./start.sh
164163
```
165164

@@ -204,7 +203,6 @@ mvn clean package
204203

205204
#### 2. Running the frontend
206205

207-
208206
```bash
209207
$ cd ./frontend
210208
$ npm ci

0 commit comments

Comments
 (0)