Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: start adding some local dev docs, maybe other things #40

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

ctb
Copy link
Contributor

@ctb ctb commented Jan 30, 2025

No description provided.

Comment on lines +5 to +17
## Developer install using conda

```
mamba create -y -n branchwater_web flask mongodb
mamba activate branchwater_web

pip install pymongo pyyaml pandas sentry_sdk urllib3 markdown
```

Then:
```
flask --app main.py run --debug
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Developer install using conda
```
mamba create -y -n branchwater_web flask mongodb
mamba activate branchwater_web
pip install pymongo pyyaml pandas sentry_sdk urllib3 markdown
```
Then:
```
flask --app main.py run --debug
```
## Developer install using pixi
Install pixi with `curl -fsSL https://pixi.sh/install.sh | bash`
Then `pixi run flask --app main.py run --debug`

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added (not replaced) in 851e5ed

@ctb ctb changed the title WIP: start adding some local dev docs, maybe other things docs: start adding some local dev docs, maybe other things Feb 6, 2025
@ctb ctb changed the base branch from main to fix_app_context February 6, 2025 18:36
Base automatically changed from fix_app_context to main February 6, 2025 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants