diff --git a/README.md b/README.md index 80687343..a00ec643 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ git clone https://github.com/GFNOrg/torchgfn.git conda create -n gfn python=3.10 conda activate gfn cd torchgfn -pip install . +pip install -e ".[all]" ``` diff --git a/pyproject.toml b/pyproject.toml index 0523821a..55583eca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ all = [ "wandb", ] -[project.urls] +[tool.poetry.urls] "Homepage" = "https://gfn.readthedocs.io/en/latest/" "Bug Tracker" = "https://github.com/saleml/gfn/issues"