Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pamosima authored Apr 4, 2023
1 parent ead1e04 commit 281d432
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ $ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
```
Set credentials as environment variables
```
$ cat mycredentials.sh
DNA_CENTER_USERNAME=your_username_here
DNA_CENTER_PASSWORD=your_password_here
$ source mycredentials.sh
$ python flaskapp.py
```

### Cisco DNA Center
```Minimum version > 2.3.3.x```
Expand Down

0 comments on commit 281d432

Please sign in to comment.