Skip to content

Commit

Permalink
Updated the instructions to open the data document
Browse files Browse the repository at this point in the history
  • Loading branch information
eugmandel committed Jun 27, 2019
1 parent 83352b1 commit 082435d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions great_expectations/cli/datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def add_datasource(context):
cli_message(
"""
To view the generated data documentation, start a web server:
cd great_expectations/data_documentation
python -m SimpleHTTPServer (if Python 2) or python3 -m http.server (if Python 3)
<blue>cd great_expectations/data_documentation; python -m SimpleHTTPServer</blue> (if Python 2) or
<blue>cd great_expectations/data_documentation; python3 -m http.server</blue> (if Python 3)
and open http://localhost:8000 in your browser
""")

Expand Down

0 comments on commit 082435d

Please sign in to comment.