Skip to content

Commit

Permalink
chore: improve docs (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlad authored Feb 6, 2025
1 parent a390060 commit fd8a1d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/fal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ With fal, you can build pipelines, serve ML models and scale them up to many use
## Quickstart

First, you need to install the `fal` package. You can do so using pip:

```shell
pip install fal
```

Then you need to authenticate:

```shell
fal auth login
```
Expand Down Expand Up @@ -63,7 +65,7 @@ pytest

### Pre-commit

```
```bash
cd projects/fal
pre-commit install
```
Expand Down

0 comments on commit fd8a1d7

Please sign in to comment.