Skip to content

Commit babaef7

Browse files
committed
updates
1 parent 4d26b2c commit babaef7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pip install -e ".[all, vision]"
6767

6868
!!! warning
6969

70-
Do not install multiple variations of Studio Lab into a single virtual environment. As this will override the `lab` CLI for each new variation that is installed.
70+
Do not install multiple variations of Studio Lab into a single virtual environment. As this will override the `studio` CLI for each new variation that is installed.
7171

7272
## Refactoring the Template
7373

@@ -82,7 +82,7 @@ Studio Lab is a great template for deep learning projects. Using the template wi
8282
- replace the occurences in `mkdocs.yml` with your GitHub username.
8383
- replace the occurences in `authors.yml` with your choice of author name for your docs and blog.
8484

85-
## Tools and Concepts
85+
<!-- ## Tools and Concepts
8686
8787
- Hyperparameter Sweeps and experiment management with [Weights and Biases](https://wandb.ai/site)
8888
- Command Line Interfaces with [Typer](https://typer.tiangolo.com)
@@ -96,4 +96,4 @@ Studio Lab is a great template for deep learning projects. Using the template wi
9696
- [MyPY](https://mypy.readthedocs.io/en/stable/)
9797
- [Black](https://black.readthedocs.io/en/stable/)
9898
- [GitHub Actions](https://github.com/features/actions)
99-
- Version control as experiment management
99+
- Version control as experiment management -->

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pip install -e ".[all, vision]"
6868

6969
!!! warning
7070

71-
Do not install multiple variations of Studio Lab into a single virtual environment. As this will override the `lab` CLI for each new variation that is installed.
71+
Do not install multiple variations of Studio Lab into a single virtual environment. As this will override the `studio` CLI for each new variation that is installed.
7272

7373
## Refactoring the Template
7474

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ forecast = pytorch-forecasting
6464

6565
[options.entry_points]
6666
console_scripts =
67-
lab = studiolab.cli.lab:app
67+
studio = studiolab.studio:app
6868

6969
[flake8]
7070
max-line-length = 120
File renamed without changes.

0 commit comments

Comments
 (0)