Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Commit affbb95

Browse files
authored
Merge pull request #59 from Slugbotics/wtpisaac/requirements-fix
Added py4web to requirements (repo fix)
2 parents e4e56f8 + 55f27b0 commit affbb95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ A modern, simple issue tracker for teams. Currently in the prototype stage. App
88
Begin by installing py4web, the server which powers Sluggo. py4web and relating installation instructions can be found
99
here: https://github.com/web2py/py4web
1010

11-
In addition to py4web, Sluggo relies on libraries specified in our requirements.txt file:
12-
13-
`pip install -r requirements.txt`
11+
In addition to py4web, Sluggo relies on a few additional libraries. Install the following packages:
12+
```pip install python-dateutil```
1413

1514
You should then have all necessary prerequisites to run Sluggo.
1615

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
python-dateutil
2+
py4web

0 commit comments

Comments
 (0)