Skip to content

Commit

Permalink
new install method
Browse files Browse the repository at this point in the history
  • Loading branch information
ich123 committed Oct 19, 2019
1 parent b7687dc commit 7d09685
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 @@ -144,7 +144,7 @@ You can also add an *alias* to your `.bashrc` to simplify this
alias birdears="PYTHONPATH='/home/YOUR\_USERNAME/my-git-repos/birdears-root' python -m birdears"
```

**explantion**: the `PYTHONPATH` environment varible will make the birdears module be executed from that especified directory, having preemptiessness even if there is already another version installed via `pip`.
**explantion**: the `PYTHONPATH` environment varible will make the birdears module be executed from that especified directory, having preemptiness even if there is already another version installed via `pip`.

## Running

Expand Down

0 comments on commit 7d09685

Please sign in to comment.