-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix py version and notebooks examples on risk network (#27)
* add poetry for lifecicle events and instructions on poetry vs pip * add fixed ds on attr patterns * fix * original requirements * fix ci on gh * fix docker file
- Loading branch information
Showing
23 changed files
with
7,757 additions
and
1,157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,4 +56,6 @@ app/wkhtmltox/*.exe | |
*.lcov | ||
|
||
**/studio_tests/ | ||
.venv | ||
.venv | ||
|
||
examples/**/*.csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Install Dependencies | ||
|
||
1. Set up a virtual environment: | ||
|
||
`python -m venv ./venv` | ||
|
||
2. Run the activate script: | ||
|
||
`source venv/bin/activate` (Linux) | ||
|
||
or | ||
|
||
`.\venv\Scripts\Activate` (Windows with Powershell) | ||
|
||
3. `pip install -r requirements.txt` | ||
|
||
4. `pip install lancedb` | ||
|
||
|
||
|
||
## Running | ||
`python -m streamlit run app/Home.py` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.