Skip to content

Commit

Permalink
fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Maas committed Apr 9, 2022
1 parent 8c9249f commit f22ed09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lint: ## Check code formatting using isort, black, and flake8.

test: ## Test the code with pytest
@echo "🚀 Testing code: Running pytest"
@pytest --doctest-modules
@pytest --doctest-modules tests

build: clean-build ## Build wheel file using poetry
@echo "🚀 Creating wheel file"
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@ This is a [cookiecutter](https://github.com/cookiecutter/cookiecutter) repositor

First, create an empty [new repository](https://github.com/new) on Github. Give it a name that only contains alphanumeric characters and optionally `-`. <u>Do not check any boxes under the option *'Initialize this repository with'*.</u>

Then, on your local machine, either install `cookiecutter` in a pre-existing `pip`- or `poetry` managed environment with:
Then, on your local machine, install `cookiecutter` with:

```bash
pip install -U cookiecutter
```
or
```
poetry add cookiecutter
```

Then, navigate to the directory in which you want to create your project and run:

Expand Down

0 comments on commit f22ed09

Please sign in to comment.