Skip to content

Commit

Permalink
Add pypi information
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanCrabbe committed Feb 9, 2024
1 parent 5e1c130 commit dc8f321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ conda activate fdiff
```
3. Install the requirement.
```shell
pip install -e .
pip install freqdiff
```

4. If you intend to train models, make sure that wandb is correctly configured on your machine by following [this guide](https://docs.wandb.ai/quickstart).
Expand Down Expand Up @@ -62,7 +62,7 @@ One can then reproduce the plots in the paper by including the `run_id` to the
If you wish to contribute, please make sure that your code is compliant with our tests and coding conventions. To do so, you should install the required testing packages with:

```shell
pip install -e .[test]
pip install freqdiff[test]
```

Then, you can run the tests with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "fdiff"
name = "freqdiff"

version = "0.1.0"

Expand Down

0 comments on commit dc8f321

Please sign in to comment.