Skip to content

Commit 8b509c7

Browse files
authored
Update and rename README.md to README.rst
1 parent 812384d commit 8b509c7

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
stern is a free and open-source library by developer saivan
2+
3+
Installation
4+
------------
5+
::
6+
7+
pip install stern
8+
Help
9+
------------
10+
If you are just getting started with stern, you should be able to get started fairly quickly.
11+
12+
The online documentation stays up to date with the development version of stern on github. This may be a bit newer than the version of stern you are using. To upgrade to the latest full release, run pip install stern --upgrade in your terminal.
13+
14+
Building From Source
15+
--------------------
16+
If you want to use features that are currently in development, or you want to contribute to stern, you will need to build stern locally from its source code, rather than pip installing it.
17+
18+
Installing from source is fairly automated. The most work will involve compiling and installing all the stern dependencies. Once that is done, run the setup.py script which will attempt to auto-configure, build, and install stern.
19+
20+
This is how you help the stern module learn and achieve new technologies and features of the Python programming language.
21+
22+
License
23+
-------
24+
This library is distributed under GNU LGPL version 3.0, which can be found in the file ``LICENSE``.
25+
We reserve the right to place future versions of this library under a different license. This basically means you can use stern in any project you want, but if you make any changes or additions to stern itself, those must be released with a compatible license (preferably submitted back to the stern project).

0 commit comments

Comments
 (0)