Skip to content

Commit

Permalink
update README with whl changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeephans committed Oct 15, 2024
1 parent b783619 commit 520e82b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/chaos_ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ Enhancing Chaos Engineering with AI-assisted fault injection for better resilien

## Generate python package wheel file
```
$ rm -rf build/ constraints.egg-info
$ python3.9 generate_wheel_package.py sdist bdist_wheel
$ cp dist/aichaos-0.0.1-py3-none-any.whl docker/
```
This creates a python package file aichaos-0.0.1-py3-none-any.whl in the dist folder.
This creates a python package file aichaos-0.0.1-py3-none-any.whl in the dist folder.

## Build Image
```
Expand Down

0 comments on commit 520e82b

Please sign in to comment.