Skip to content

Commit

Permalink
Refine Python version constraint in readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
bbc2 committed May 12, 2020
1 parent e92ab1f commit d83c1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ load_dotenv()
load_dotenv(verbose=True)

# OR, explicitly providing path to '.env'
from pathlib import Path # python3 only
from pathlib import Path # Python 3.6+ only
env_path = Path('.') / '.env'
load_dotenv(dotenv_path=env_path)
```
Expand Down

0 comments on commit d83c1b6

Please sign in to comment.