Skip to content

Commit 09c6bc4

Browse files
committed
README.md: Python 3.4 is now supported, remove notes about 2.7 only
1 parent fdc7e6c commit 09c6bc4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is an independent implementation of the weighted least squares meshless alg
88

99
This implementation is targeted for high performance in a single-node environment, such as a laptop. Cython is used to accelerate the low-level routines. The main target is the `x86_64` architecture, but any 64-bit architecture should be fine with the appropriate compiler option changes to [setup.py](setup.py).
1010

11-
Currently only Python 2.7 is supported, but this may change in the future. Automated unit tests are missing; this is another area that is likely to be improved. Otherwise the code is already rather stable; any major new features are unlikely to be added, and the API is considered stable.
11+
Currently automated unit tests are missing; this is an area that is likely to be improved. Otherwise the code is already rather stable; any major new features are unlikely to be added, and the API is considered stable.
1212

1313

1414
## Features
@@ -63,8 +63,6 @@ Install as admin:
6363
sudo pip install wlsqm
6464
```
6565

66-
Note that this package is currently compatible with Python 2.7 only, so you may need to use `pip2` instead of `pip` (which may default to Python 3).
67-
6866
### From GitHub
6967

7068
As user:
@@ -81,8 +79,6 @@ As admin, change the last command to
8179
sudo python setup.py install
8280
```
8381

84-
Here, too, may need to use `python2` instead of `python`.
85-
8682

8783
## Documentation
8884

0 commit comments

Comments
 (0)