mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Update documentation with setuptools dependency, python3 (James Valleroy)
This commit is contained in:
parent
5418542d56
commit
ced66acb3b
2
INSTALL
2
INSTALL
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
$ sudo apt-get install libjs-jquery libjs-modernizr \
|
$ sudo apt-get install libjs-jquery libjs-modernizr \
|
||||||
libjs-twitter-bootstrap make pandoc python3 python3-cherrypy3 \
|
libjs-twitter-bootstrap make pandoc python3 python3-cherrypy3 \
|
||||||
python3-django python3-bootstrapform
|
python3-django python3-bootstrapform python3-setuptools
|
||||||
|
|
||||||
2. Install Plinth:
|
2. Install Plinth:
|
||||||
|
|
||||||
|
|||||||
@ -41,7 +41,7 @@ servers. Basic users should never even know those options exist.
|
|||||||
|
|
||||||
See the INSTALL file for additional details and dependencies. To install run:
|
See the INSTALL file for additional details and dependencies. To install run:
|
||||||
|
|
||||||
$ sudo python setup.py install
|
$ sudo python3 setup.py install
|
||||||
|
|
||||||
Run Plinth on the local system with:
|
Run Plinth on the local system with:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user