Remove Makefile, update README
This commit is contained in:
parent
e004360e16
commit
bf367c5950
5
Makefile
5
Makefile
@ -1,5 +0,0 @@
|
|||||||
test:
|
|
||||||
python -m pytest
|
|
||||||
|
|
||||||
clean:
|
|
||||||
find static/assets -type f |grep -v .gitignore | xargs rm
|
|
10
README.md
10
README.md
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
./script/setup
|
script/setup
|
||||||
|
|
||||||
The setup script will create a new Python virtual environment for the application to use. All of the scripts will activate this virutal envirnment automatically, but you can also manually activate it like this:
|
The setup script will create a new Python virtual environment for the application to use. All of the scripts will activate this virutal envirnment automatically, but you can also manually activate it like this:
|
||||||
|
|
||||||
@ -21,22 +21,18 @@ If you want to automatically load the virtual environment whenever you enter the
|
|||||||
|
|
||||||
To start the app and watch for changes:
|
To start the app and watch for changes:
|
||||||
|
|
||||||
DEBUG=1 ./script/server
|
DEBUG=1 script/server
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
To run unit tests:
|
To run unit tests:
|
||||||
|
|
||||||
./script/test
|
script/test
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
python -m pytest
|
python -m pytest
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
make test
|
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
tornado templates are like mustache templates -- add the
|
tornado templates are like mustache templates -- add the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user