Skip to content

Commit

Permalink
updating to py3 example
Browse files Browse the repository at this point in the history
  • Loading branch information
elliewix authored Oct 29, 2018
1 parent d83cda6 commit 5c94a49
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ Unknown bugs.

This was written using Python 2.7. Maybe it would work with Python 3 if I updated the print statements. Anyhow. Run it on the command line.

`python data_profile.py source output missing_code`
General use:

`python data_profile.py vagrants/ vagrant-profiles/ [missing]`
`python data_profilepy3.py source output missing_code`

Working example that will run within this directory:

`python data_profilepy3.py vagrants/ vagrant-profiles/ [missing]`

This works out to:

Expand Down

0 comments on commit 5c94a49

Please sign in to comment.