File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,25 @@ This module supports Python-based web servers in processing `SQRL <https://www.g
66Usage
77-----
88
9- Visit our `ReadTheDocs.io page <LINK >`_ for the full documentation.
9+ Visit our `ReadTheDocs.io page <https://sqrl-server-python.readthedocs.io >`_ for the full documentation.
1010
1111Installation
1212------------
1313
14- Eventually it will be available via PyPi:
14+ Eventually it will be available via PyPi::
1515
1616 pip install sqrlserver
1717
18+ For now, download and install manually::
19+
20+ python setup.py test
21+ python setup.py install
22+
1823Contribute
1924----------
2025
21- - Issue Tracker: github.com/Perlkonig/sqrlserver-python/issues
22- - Source Code: github.com/Perlkonig/sqrlserver-python
26+ - Issue Tracker: < github.com/Perlkonig/sqrlserver-python/issues>
27+ - Source Code: < github.com/Perlkonig/sqrlserver-python>
2328
2429License
2530-------
You can’t perform that action at this time.
0 commit comments