Skip to content

Commit

Permalink
update github repo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rasca committed Nov 1, 2024
1 parent ca04ef4 commit f252b10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ already present.
% source venv/bin/activate
(venv) % pip install flou

!!! warning "Flou hasn't been released in Pypi yet"

To install Flou you will need access to the `flou` repo and point to it:

pip install -e "git+https://github.com/flou-ai/flou/#egg=flou&subdirectory=flou"

1. Create an `app.py` file, the entrypoint for your Flou project and a
`requirements.txt` file for your project dependencies:

Expand Down
6 changes: 6 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ theme:
- navigation.tracking
- navigation.path
- navigation.indexes
icon:
repo: fontawesome/brands/git-alt

extra:
generator: false
Expand Down Expand Up @@ -54,6 +56,10 @@ plugins:
extra_css:
- stylesheets/extra.css

repo_url: https://github.com/flou-ai/flou
repo_name: flou-ai/flou
edit_uri: edit/main/docs/

nav:
- Home: index.md
- Getting Started:
Expand Down

0 comments on commit f252b10

Please sign in to comment.