Skip to content

Commit

Permalink
added sample environment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Apr 24, 2024
1 parent 683b0d5 commit efa25b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DEBUG=
USERNAME=
ENABLE_ASSISTANT=
CREDENTIALS_PATH=
ASSISTANT_TRIGGER=
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
1. Setup Python virtual environment and install requirements:

```bash
# Create new environment file from existing .env.sample
$ cp .env.sample .env

# Setup python virtual environment and activate it
$ python -m venv venv
$ source venv/bin/activate
Expand Down

0 comments on commit efa25b0

Please sign in to comment.