You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,15 @@ conda activate pyds-env
31
31
32
32
You can install the library by running the following command,
33
33
34
-
```python
35
-
python scripts/build/install.py
34
+
```bash
35
+
python -m build --wheel --no-isolation
36
+
python -m installer dist/*.whl
36
37
```
37
38
38
-
For development purposes i.e., if you intend to be a contributor,
39
-
40
-
```python
41
-
python scripts/build/develop.py
39
+
For development purposes i.e.,
40
+
If you intend to contribute to the project, you can install the library in editable mode using PEP 660-compatible tools. This allows changes to the source code to reflect immediately without needing to rebuild.
Make sure you change your working directory to `pydatastructs` before executing any of the above commands. Also, your python version should be at least `3.8`.
0 commit comments