Skip to content

Commit 21a455f

Browse files
authored
Merge pull request #1 from IBM/prepare-v1.0.0
Prepare for version 1.0.0
2 parents 8784d3d + 6a7765c commit 21a455f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ python3 -m venv venv
6868
source venv/bin/activate
6969
# Optional step to add more optimization flags:
7070
# export PYLSPACK_ADDITIONAL_CMAKE_CXX_FLAGS="-march=native "
71-
pip install .
71+
pip install git+https://github.com/IBM/pylspack
7272
```
7373

7474
## Testing

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def read_readme(fname):
4747

4848
setup(
4949
name='pylspack',
50-
version='0.1.1',
50+
version='1.0.0',
5151
description='Python package for leverage scores computations.',
5252
author='Sobczyk Aleksandros',
5353
author_email='[email protected]',

0 commit comments

Comments
 (0)