Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jxtngx committed Aug 7, 2022
1 parent 098704b commit 99fb22b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ conda activate lightning-ai
pip install -e .
# if desired, install extras
pip install -r requirements/extras.txt
{{ set interpreter in IDE }}
```

_venv_
Expand All @@ -59,6 +60,17 @@ source venv/bin/activate
pip install -e .
# if desired, install extras
pip install -r requirements/extras.txt
{{ set interpreter in IDE }}
```

_poetry_
```sh
cd {{ path to clone }}
poetry install
# if desired, install extras
poetry shell
pip install -r requirements/extras.txt
{{ set interpreter in IDE }}
```

#### Initiating a New Training Run
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exclude = [
pod = "lightning_pod.cli.console:main"

[tool.poetry.dependencies]
python = "3.9"
python = "<3.10"
lightning = ">=2022.8.2"
pytorch-lightning = ">=1.7.0"
lightning-app = ">=0.5.4"
Expand Down

0 comments on commit 99fb22b

Please sign in to comment.