Skip to content

Commit

Permalink
Added instructions to make script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
rnnh committed Mar 16, 2022
1 parent 611f708 commit 896c8a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ $ cd vaporiser/
(env) /vaporiser$ pip install -r requirements.txt
```

## Optional: Make script executable

Making the script executable will allow it to be called from the command line using `$ ./vaporiser.py` instead of `$ python vaporiser.py` when the virtual environment is active.

```bash
(env) $ chmod +x vaporiser.py
```

# Usage

## Example
Expand Down

0 comments on commit 896c8a7

Please sign in to comment.