Skip to content

Commit 9647167

Browse files
committed
update README.md
1 parent ebbef70 commit 9647167

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python/pyabacus/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# pyabacus: a Python interface for the ABACUS package
2-
==================================================
32

43
`pyabacus` is a Python interface for the ABACUS package, which provides a high-level Python API for interacting with the `ABACUS` library.
54

@@ -22,14 +21,12 @@ Now, `pyabacus` provides the following modules:
2221
<!-- tocstop -->
2322

2423
## Installation
25-
------------
2624

2725
- Create and activate a new conda env, e.g. `conda create -n myenv python=3.8 & conda activate myenv`.
2826
- Clone ABACUS main repository and `cd abacus-develop/python/pyabacus`.
2927
- Build pyabacus by `pip install -v .` or install test dependencies & build pyabacus by `pip install .[test]`. (Use `pip install -v .[test] -i https://pypi.tuna.tsinghua.edu.cn/simple` to accelerate installation process.)
3028

3129
## CI Examples
32-
-----------
3330

3431
There are examples for CI in `.github/workflows`. A simple way to produces
3532
binary "wheels" for all platforms is illustrated in the "wheels.yml" file,
@@ -88,14 +85,12 @@ eigenvalues difference:
8885
```
8986

9087
## License
91-
-------
9288

9389
pybind11 is provided under a BSD-style license that can be found in the LICENSE
9490
file. By using, distributing, or contributing to this project, you agree to the
9591
terms and conditions of this license.
9692

9793
## Test call
98-
---------
9994

10095
```python
10196
import pyabacus as m

0 commit comments

Comments
 (0)