Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pamosima committed Apr 6, 2023
2 parents 4d1a883 + 281d432 commit 23eea50
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 @@ -20,6 +20,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 23eea50

Please sign in to comment.