mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
diagnostics: Add external dependency on psutil
This commit is contained in:
parent
ea64fa1c7a
commit
4bddc70ce0
2
HACKING
2
HACKING
@ -128,6 +128,8 @@ infrastructure in place for it from the start. Use it like this:
|
|||||||
|
|
||||||
* *Modernizer* - HTML5 and CSS3 feature detection
|
* *Modernizer* - HTML5 and CSS3 feature detection
|
||||||
|
|
||||||
|
* *Psutil* - Convenience functions for managing processes
|
||||||
|
|
||||||
* *Python3* - Requires minimum 3.3, tested with version 3.4.1
|
* *Python3* - Requires minimum 3.3, tested with version 3.4.1
|
||||||
|
|
||||||
* *Twitter Bootstrap* - A responsive, mobile first front-end framework
|
* *Twitter Bootstrap* - A responsive, mobile first front-end framework
|
||||||
|
|||||||
1
INSTALL
1
INSTALL
@ -23,6 +23,7 @@
|
|||||||
python3-django \
|
python3-django \
|
||||||
python3-django-stronghold \
|
python3-django-stronghold \
|
||||||
python3-gi \
|
python3-gi \
|
||||||
|
python3-psutil \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-yaml \
|
python3-yaml \
|
||||||
gir1.2-glib-2.0 \
|
gir1.2-glib-2.0 \
|
||||||
|
|||||||
@ -2,5 +2,6 @@ cherrypy >= 3.0
|
|||||||
coverage >= 3.7
|
coverage >= 3.7
|
||||||
django >= 1.7.0
|
django >= 1.7.0
|
||||||
django-stronghold
|
django-stronghold
|
||||||
|
psutil
|
||||||
python-augeas
|
python-augeas
|
||||||
pyyaml
|
pyyaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user