Skip to content

Commit

Permalink
Merge pull request #11 from WEIRDLabUW/fix-install
Browse files Browse the repository at this point in the history
Fixed Installation bug
  • Loading branch information
JacobB33 authored Dec 12, 2024
2 parents 880c4ed + be0a3dc commit e72094f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ or as a submodule in your repository. Any changes or bug fixes are welcome!

It is also useful to not take up all of the shared lab resources and utilize only a specific number of GPUs at a time.
## Installation
### You must install it from the source with `pip install -e .`; the installation is not working in any other way for some reason.
Run the following command to install this as a package.
```
pip install submitit-tools
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ Repository = "https://github.com/WEIRDLabUW/submitit-tools"
requires = ["setuptools>=45", "wheel", "build"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["submitit_tools"]

[tool.setuptools.packages]
find = {}

0 comments on commit e72094f

Please sign in to comment.