Skip to content

Commit

Permalink
Dropping developers installation from README (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored May 17, 2024
1 parent 7a770de commit c0b3117
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Enjoying scikit-gmsh? Show your support with a [GitHub star](https://github.com/

- [Installation](#installation)
- [Pip](#pip)
- [Developer](#developer)
- [Usage](#usage)
- [License](#license)

Expand All @@ -49,15 +48,6 @@ scikit-gmsh is also available on [PyPI](https://pypi.org/project/scikit-gmsh/):
pip install scikit-gmsh
```

### Developer

If you can't wait for the next release to play with the latest hot features, then you can easily
install the `main` development branch from GitHub:

```shell
pip install git+https://github.com/pyvista/scikit-gmsh@main
```

## Usage

```python
Expand Down

0 comments on commit c0b3117

Please sign in to comment.