Skip to content

Commit 42bd48b

Browse files
committed
update readme
- remove outdated badges, add new one - move installation block to top of readme
1 parent 4746232 commit 42bd48b

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.rst

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
Fn.py: enjoy FP in Python
22
=========================
33

4-
.. image:: https://badges.gitter.im/fnpy/fn.py.svg
5-
:alt: Join the chat at https://gitter.im/fnpy/fn.py
6-
:target: https://gitter.im/fnpy/fn.py?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
7-
8-
.. image:: https://travis-ci.org/fnpy/fn.py.svg?branch=master
9-
:target: https://travis-ci.org/fnpy/fn.py
10-
114
.. image:: https://img.shields.io/pypi/v/fn.py
125
:alt: PyPI
136
:target: https://pypi.org/project/fn.py
@@ -16,6 +9,27 @@ Fn.py: enjoy FP in Python
169
:alt: PyPI - Downloads
1710
:target: https://pypi.org/project/fn.py
1811

12+
.. image:: https://img.shields.io/github/discussions/fnpy/fn.py
13+
:alt: Github Discussions
14+
:target: https://github.com/fnpy/fn.py/discussions
15+
16+
Installation
17+
------------
18+
19+
To install ``fn.py``, simply::
20+
21+
$ pip install fn.py
22+
23+
You can also build library from source
24+
25+
::
26+
27+
$ git clone https://github.com/fnpy/fn.py.git
28+
$ pip install -e fn.py
29+
30+
What is it?
31+
-----------
32+
1933
Despite the fact that Python is not a pure-functional programming language, it
2034
is multi-paradigm and gives you enough freedom to take advantage of a functional
2135
approach. There are theoretical and practical advantages to the functional
@@ -442,20 +456,6 @@ Use ``or_call`` for more complex alternatives, for example::
442456
)
443457

444458

445-
Installation
446-
------------
447-
448-
To install ``fn.py``, simply::
449-
450-
$ pip install fn.py
451-
452-
You can also build library from source
453-
454-
::
455-
456-
$ git clone https://github.com/fnpy/fn.py.git
457-
$ pip install -e fn.py
458-
459459
Work in progress
460460
----------------
461461

0 commit comments

Comments
 (0)