Skip to content

Commit

Permalink
Document the installation of setuptools and wheel before attempting t…
Browse files Browse the repository at this point in the history
…o install this package
  • Loading branch information
mirkobunse committed Nov 21, 2023
1 parent fef461d commit fa029f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Critical difference (CD) diagrams are a powerful tool to compare outcomes of mul
## Installation

```
pip install --upgrade pip setuptools wheel
pip install 'critdd @ git+https://github.com/mirkobunse/critdd'
```

Expand Down
1 change: 1 addition & 0 deletions docs/source/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Run tests locally with the `unittest` package.

```bash
python -m venv venv
venv/bin/pip install --upgrade pip setuptools wheel
venv/bin/pip install -e .[tests]
venv/bin/python -m unittest
```
Expand Down

0 comments on commit fa029f6

Please sign in to comment.