From 520e82b4892c9c522274e0dcd27a94c626a586d0 Mon Sep 17 00:00:00 2001 From: Sandeep Hans Date: Mon, 8 Jul 2024 18:59:44 +0530 Subject: [PATCH] update README with whl changes --- utils/chaos_ai/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/chaos_ai/README.md b/utils/chaos_ai/README.md index 4c456f8df..f62a41d13 100644 --- a/utils/chaos_ai/README.md +++ b/utils/chaos_ai/README.md @@ -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 ```