From dc8f321559db57c4946e893856471ca3e1eee57a Mon Sep 17 00:00:00 2001 From: JonathanCrabbe Date: Fri, 9 Feb 2024 10:48:48 +0000 Subject: [PATCH] Add pypi information --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8aa8307..22683c4 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 2ec7ce3..d9ae3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "fdiff" +name = "freqdiff" version = "0.1.0"