Skip to content

Commit 24088b4

Browse files
committed
no setup and pip support now because making setup files with multi-platform-support and big binaries is so troublesome...
1 parent 9e0d818 commit 24088b4

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

ReadMe.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,9 @@
44
- Will support CPython 3.7 sooner.
55
- Will never support CPython 2.x :)
66

7+
You now have to go to release page and download the binaries directly...
78

8-
- use `setup.py`
9-
```
10-
python setup.py install
11-
```
12-
13-
- use `pip`
14-
```
15-
pip install flowpython -i <mirror-url>
16-
```
17-
18-
- enable/disable Flowpython grammar
19-
```
20-
python -m flowpython -m enable/disable
21-
```
9+
After downloading, just replace the original files with flowpython items.
2210

2311

2412

flowpython/ReadMe.rst

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,7 @@ Additional Grammar Compatible to CPython
66
How to Get Flowpython
77
-----------------------
88

9-
- Intsall
10-
11-
.. code:: shell
12-
13-
pip install flowpython
14-
15-
16-
- Enable/Disable Flowpython grammar
17-
18-
.. code:: shell
19-
20-
python -m flowpython -m enable/disable
21-
9+
Go to release page...
2210

2311
VERSION
2412
----------

0 commit comments

Comments
 (0)