Skip to content

Commit

Permalink
fix: install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Jan 14, 2023
1 parent be1a2bf commit df5e1bf
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Go to [http://127.0.0.1:5000](http://127.0.0.1:5000)
- Run shopcube:

```
$ shopyo rundebug
$ flask run
```

- Go to the link http://127.0.0.1:5000/ and you should see the shopcube app running.
Expand Down Expand Up @@ -175,7 +175,7 @@ $ ls shopcube/
└── wsgi.py
$ cd shopcube
$ shopyo initialise
$ shopyo rundebug
$ shopyo rundebug # or flask run
```

## ↩ Pull Requests
Expand Down
Binary file modified reqs/app.in
Binary file not shown.
7 changes: 4 additions & 3 deletions reqs/app.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=reqs/app.txt reqs/app.in
# pip-compile reqs/app.in
#
alembic==1.7.3
# via flask-migrate
Expand Down Expand Up @@ -44,6 +44,7 @@ flask-reuploaded==1.2.0
# via -r reqs/app.in
flask-sqlalchemy==2.5.1
# via
# -r reqs/app.in
# flask-migrate
# shopyo
flask-wtf==1.0.0
Expand Down
1 change: 1 addition & 0 deletions reqs/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ pytest-order
tox
pytest-cov
codecov
pip-tools
38 changes: 26 additions & 12 deletions reqs/dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=../../reqs/dev.txt ../../reqs/dev.in
# pip-compile reqs/dev.in
#
alabaster==0.7.12
# via sphinx
Expand All @@ -12,14 +12,18 @@ babel==2.9.1
# via sphinx
backports-entry-points-selectable==1.1.0
# via virtualenv
build==0.10.0
# via pip-tools
certifi==2021.5.30
# via requests
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.0.6
# via requests
click==8.1.3
# via pip-tools
codecov==2.1.12
# via -r ../../reqs/dev.in
# via -r reqs/dev.in
coverage[toml]==6.0
# via
# codecov
Expand All @@ -33,7 +37,7 @@ filelock==3.3.0
# tox
# virtualenv
flake8==3.9.2
# via -r ../../reqs/dev.in
# via -r reqs/dev.in
identify==2.5.3
# via pre-commit
idna==3.2
Expand All @@ -52,17 +56,20 @@ nodeenv==1.7.0
# via pre-commit
packaging==21.0
# via
# build
# pytest
# sphinx
# tox
pip-tools==6.12.1
# via -r reqs/dev.in
platformdirs==2.4.0
# via virtualenv
pluggy==0.13.1
# via
# pytest
# tox
pre-commit==2.20.0
# via -r ../../reqs/dev.in
# via -r reqs/dev.in
py==1.10.0
# via
# pytest
Expand All @@ -75,15 +82,17 @@ pygments==2.10.0
# via sphinx
pyparsing==2.4.7
# via packaging
pyproject-hooks==1.0.0
# via build
pytest==6.1.1
# via
# -r ../../reqs/dev.in
# -r reqs/dev.in
# pytest-cov
# pytest-order
pytest-cov==3.0.0
# via -r ../../reqs/dev.in
# via -r reqs/dev.in
pytest-order==1.0.0
# via -r ../../reqs/dev.in
# via -r reqs/dev.in
pytz==2021.3
# via babel
pyyaml==6.0
Expand All @@ -99,7 +108,7 @@ six==1.16.0
snowballstemmer==2.1.0
# via sphinx
sphinx==3.2.1
# via -r ../../reqs/dev.in
# via -r reqs/dev.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand All @@ -118,15 +127,20 @@ toml==0.10.2
# pytest
# tox
tomli==1.2.1
# via coverage
# via
# build
# coverage
tox==3.24.4
# via -r ../../reqs/dev.in
# via -r reqs/dev.in
urllib3==1.26.7
# via requests
virtualenv==20.8.1
# via
# pre-commit
# tox
wheel==0.38.4
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

0 comments on commit df5e1bf

Please sign in to comment.