Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jellepoland authored Feb 28, 2025
1 parent 16bab12 commit ecfe944
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,47 +127,6 @@ add internship report of Leuthold
</details>


## :gear: Installation

### Dependencies

- Sphinx Dependencies, see [requirements](requirements.txt)

### User Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install .
```

### Developer Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install -e .[dev]
```

## :eyes: Usage

```python
import foobar

# returns 'words'
foobar.pluralize('word')

# returns 'geese'
foobar.pluralize('goose')

# returns 'phenomenon'
foobar.singularize('phenomena')
```
## :wave: Contributing (optional)

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## :warning: License and Waiver

Specify the license under which your software is distributed, and include the copyright notice:
Expand Down

0 comments on commit ecfe944

Please sign in to comment.