We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8784d3d + 6a7765c commit 21a455fCopy full SHA for 21a455f
README.md
@@ -68,7 +68,7 @@ python3 -m venv venv
68
source venv/bin/activate
69
# Optional step to add more optimization flags:
70
# export PYLSPACK_ADDITIONAL_CMAKE_CXX_FLAGS="-march=native "
71
-pip install .
+pip install git+https://github.com/IBM/pylspack
72
```
73
74
## Testing
setup.py
@@ -47,7 +47,7 @@ def read_readme(fname):
47
48
setup(
49
name='pylspack',
50
- version='0.1.1',
+ version='1.0.0',
51
description='Python package for leverage scores computations.',
52
author='Sobczyk Aleksandros',
53
author_email='[email protected]',
0 commit comments