Skip to content

Commit

Permalink
Improved text
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Aug 14, 2014
1 parent 3353dc6 commit e0300a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@ directory of the directory your python code is in. Then pass green the
directory your code is in and let it autodiscover the tests (see the Tutorial below
for tips on making your tests discoverable).

cd /parent/directory
green code_directory
```bash
cd /parent/directory
green code_directory
```

Another way to address importing problems is to carefully set up your
`PYTHONPATH` environment variable to include the parent path of your code
Expand Down

0 comments on commit e0300a5

Please sign in to comment.