Installation
Easily install DicksonUI.
There are two packages available.Choose one.
Normal Installation(few dependencies - ServeLight, WSocket, SignalPy)
Micro Installation(No dependencies. They are included.)
No changes between them. #1 is recommended because dependencies can be useful one day.
Normal Installation
Why dependencies?
ServeLight - an updated server(WSGI) for python 3 and 2.
Wsocket - Websockets for ServeLight.(depends on ServeLight)
SignalPy - Realtime Communication for python web apps.(depends on wsocket)
Using PIP
run this on console(cmd, command prompt,)
For python3
pip3 install dicksonui
using python2
pip install dicksonui
or use easy_install
easy_install dicksonui
learn about easy install
If you don't like package managers, just download from Github and unzip and run
$ python setup.py install
Micro Installation
Using PIP
run this on console(cmd, command prompt,)
For python3
pip3 install dicksonui-micro
using python2
pip install dicksonui-micro
or use easy_install
easy_install dicksonui-micro
learn about easy install
If you don't like package managers, just download from Github and unzip and run
$ python setup.py install
Last updated
Was this helpful?