Skip to content

Commit 43a0178

Browse files
committed
update readme
1 parent 1251305 commit 43a0178

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
See the [**Examples**](#examples) section below and the [**Tutorials**](tutorials/README.md) to have an idea of the potential of this package.
4646

4747
## Dependencies and installation
48-
**BladeX** requires `numpy`, `scipy`, `matplotlib`, `sphinx` (for the documentation), and `nose` (for the local test). They can be easily installed using `pip`.
48+
**BladeX** requires `numpy`, `scipy`, `matplotlib`, `sphinx` (for the documentation), and `pytest` (for the local test). They can be easily installed using `pip`.
4949
**BladeX** is compatible with Python 3.6. Moreover, some of the modules require `OCC` to be installed for the `.iges` or `.stl` CAD generation. This requirement cannot be satisfied through `pip`, but the precompiled binaries are available on `conda` using the command:
5050

5151
```bash
@@ -67,7 +67,7 @@ To install the latest version of the package just type:
6767

6868
Otherwise to install your own local branch you can use the `setup.py` file
6969
```bash
70-
> python setup.py install
70+
> pip install -e .
7171
```
7272

7373
To uninstall the package just use pip again:
@@ -89,12 +89,12 @@ The generated html can be found in `docs/build/html`. Open up the `index.html` y
8989

9090
## Testing
9191

92-
We are using Travis CI for continuous intergration testing. You can check out the current status [here](https://travis-ci.org/mathLab/BladeX).
92+
We are using Github Actions for continuous intergration testing. You can check out the current status [here](https://github.com/mathLab/BladeX/actions/workflows/testing_pr.yml).
9393

9494
To run tests locally:
9595

9696
```bash
97-
> python test.py
97+
> pytest
9898
```
9999

100100
## Examples

test.py

-6
This file was deleted.

0 commit comments

Comments
 (0)