This repository was archived by the owner on Jan 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ License: MPL 2.0] ( https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg )] ( https://opensource.org/licenses/MPL-2.0 )
3
3
[ ![ Platform: py4web] ( https://img.shields.io/badge/platform-py4web-informational.svg )] ( https://github.com/web2py/py4web )
4
4
5
- A modern, simple issue tracker for teams. App for the py4web framework.
5
+ A modern, simple issue tracker for teams. Currently in the prototype stage. App for the py4web framework.
6
6
7
7
# Installation Instructions
8
- Sluggo uses a mostly standard py4web environment as defined by the conda environment for py4web in CSE183, including
9
- the packages added partway through the quarter (click & watchgod).
10
- However, some additional prerequisites are required.
8
+ Begin by installing py4web, the server which powers Sluggo. py4web and relating installation instructions can be found
9
+ here: https://github.com/web2py/py4web
11
10
12
- In addition to the standard environment , Sluggo relies on libraries specified in our requirements.txt file:
11
+ In addition to py4web , Sluggo relies on libraries specified in our requirements.txt file:
13
12
14
13
` pip install -r requirements.txt `
15
14
16
15
You should then have all necessary prerequisites to run Sluggo.
17
16
18
17
## How to Use
19
- You can find thorough documentation on how to use Sluggo in USAGE.md. This is recommended for
20
- graders to read through before giving our application a try .
18
+ You can find thorough documentation on how to use Sluggo in USAGE.md. This will render
19
+ in the application under the Help page .
21
20
22
21
## Attribution
23
22
You can find attribution for third party libraries in ATTRIBUTION.md
You can’t perform that action at this time.
0 commit comments