document how to run from source (#3)

* document how to run from source and uv lock

* correct install name

* Update CONTRIBUTING.md

* Delete uv.lock

* Update CONTRIBUTING.md

* nit
This commit is contained in:
Michael Neale
2024-08-25 10:51:51 +10:00
committed by GitHub
parent 6375186e3a
commit 8b92fbc829
2 changed files with 17 additions and 6 deletions
+3 -1
View File
@@ -80,7 +80,7 @@ pipx ensurepath
Then you can install goose with
``` sh
pipx install goose
pipx install goose-ai
```
### Config
@@ -164,5 +164,7 @@ This requires `DATABRICKS_HOST` and `DATABRICKS_TOKEN` to be set accordingly
Yes, goose is open source and always will be. goose is released under the ASL2.0 license meaning you can use it however you like.
See LICENSE.md for more details.
To run goose from source, please see `CONTRIBUTING.md` for instructions on how to set up your environment and you can then run `uv run goose session start`.
[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx