Skip to content

Commit

Permalink
Added pythonpath instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hasnainroopawalla committed Jan 3, 2022
1 parent dd6788f commit 72224aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 109 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Remember to add `ShowML/` to the `PYTHONPATH` environment variable before using
```
$ export PYTHONPATH=/<path-to-directory>/ShowML:$PYTHONPATH
```
- For Linux:
- For Linux:
```
$ export PYTHONPATH="${PYTHONPATH}:/<path-to-directory>/ShowML"
```
Expand Down
108 changes: 0 additions & 108 deletions showml/examples/linear_regression.ipynb

This file was deleted.

Empty file removed ~bash_profile
Empty file.

0 comments on commit 72224aa

Please sign in to comment.