Cleanup config files
This commit is contained in:
11
README.md
11
README.md
@@ -21,11 +21,12 @@ This is a simple habit tracking web app that allows the user to track occurrence
|
||||
**Pre-requisites:** [Pip](https://pypi.org/project/pip/) and [Poetry](https://pypi.org/project/poetry/)
|
||||
|
||||
1. Clone this repository
|
||||
2. Install Poetry ``pip install -Iv --no-cache-dir "poetry==2.3.3"``
|
||||
3. Install project dependencies ``poetry install``
|
||||
4. Run database migrations ``alembic upgrade head``
|
||||
5. Run project ``streamlit run app``
|
||||
6. Project will be running at http://localhost:8501
|
||||
2. Create a virtual environment with ``python3 -m venv ./.venv``
|
||||
3. Activate virtual environment with ``source .venv/bin/activate``
|
||||
4. Install project dependencies ``poetry install``
|
||||
5. Run database migrations ``alembic upgrade head``
|
||||
6. Run project ``streamlit run app``
|
||||
7. Project will be running at http://localhost:8501
|
||||
|
||||
## Run project (Locally with Docker)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user