Browse Source

removed make activate

master
manetta 3 years ago
parent
commit
1bc6fbbf10
  1. 5
      Makefile
  2. 6
      README.md

5
Makefile

@ -4,9 +4,6 @@ setup:
@python3 -m venv .venv && \
.venv/bin/pip install -r requirements.txt
activate:
@source ./venv/bin/activate
run:
@python3 start.py
@.venv/bin/python start.py

6
README.md

@ -8,11 +8,7 @@ To install: make a virtual environment + install the dependencies.
`make setup`
To use: activate the virtual environment ...
`make activate`
... and run the Flask application.
To use: run the Flask application.
`make`

Loading…
Cancel
Save