Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mstarski authored Nov 1, 2020
1 parent da1af45 commit 9f9ec0d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,33 @@ $ pip install nodetasks

![Example usage](example.gif)

## Development

- Setup a virtual environment inside the repo
```
$ python3 -m venv <your-venv-name>
```

- Activate created environment
```
$ source path/to/venv/bin/activate
```

- Install necessary requirements
```
$ pip install -r requirements.txt
```

- After making changes build package locally
```
$ pip install -e .
```

- Run the module with
```
$ python3 -m nodetasks
```

## Todo

:black_square_button: Give user ability to run tasks with yarn

0 comments on commit 9f9ec0d

Please sign in to comment.