Skip to content

Commit

Permalink
Update codelab from pip to poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
hacktobeer authored Nov 3, 2024
1 parent a019212 commit cb8757e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/turbinia-codelab-analyser.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ if __name__ == '__main__':

Now let's install the test requirements and run this specific test from the root turbinia folder.
```
$ pip install -f requirements-test.txt
$ poetry install --with test
$ PYTHONPATH=. python -m unittest turbinia.workers.analysis.os_info_test
Using fallback source config Copy turbinia/config/turbinia_config_tmpl.py to ~/.turbiniarc or /etc/turbinia/turbinia.conf, edit, and re-run.
Expand Down

0 comments on commit cb8757e

Please sign in to comment.