Skip to content

Commit d57fa3c

Browse files
committed
Update devel notes
1 parent 395239c commit d57fa3c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ kubectl expose deployment quotes --type=LoadBalancer --port=3000
7474
### Source code
7575

7676
```bash
77+
git clone git@github.com:vyahello/quotes.git
78+
cd quotes
79+
python3 -m venv venv
80+
. venv/bin/activate
81+
pip install -r requirements.txt
82+
pip install -r requirements-dev.txt
7783
python quotes/manage.py runserver
7884
```
7985

@@ -115,7 +121,7 @@ Please use `admin` superuser for management.
115121

116122
### Docker
117123

118-
Please use the following [example notes](https://github.com/vyahello/pep8-checker#development-notes) to proceed with docker image provisioning.
124+
Please use the following [example notes](https://github.com/vyahello/quotes#development-notes) to proceed with docker image provisioning.
119125

120126
### K8S
121127

0 commit comments

Comments
 (0)