Skip to content

Commit

Permalink
Updated tabpy-virtualenv.md (#352)
Browse files Browse the repository at this point in the history
Updated tabpy-virtualenv.md. The activation for OS Linux and Mac requires the word "source" in order for the virtualenv to activate.
  • Loading branch information
jesspencer authored and 0golovatyi committed Oct 18, 2019
1 parent d2cf322 commit 3055526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tabpy-virtualenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To run TabPy in Python virtual environment follow the steps:
2. For Linux and Mac run

```sh
my-tabpy-env/bin/activate
source my-tabpy-env/bin/activate
```

4. Run TabPy:
Expand Down

0 comments on commit 3055526

Please sign in to comment.