diff --git a/guest-python/README.md b/guest-python/README.md index 3cc88d3..cabe932 100644 --- a/guest-python/README.md +++ b/guest-python/README.md @@ -4,7 +4,7 @@ ```bash python3 -m venv venv -source activate venv/bin/activate +source venv/bin/activate pip3 install -r requirements.txt ``` @@ -12,7 +12,7 @@ To generate bindings to use with intellisense ```bash componentize-py -d ../cron.wit -w spin-cron bindings bindings -mv binding/spin_cron ./ +mv bindings/spin_cron ./ rm -r bindings ``` @@ -23,4 +23,4 @@ rm -r bindings $ spin up --build [1710200677] Hello every 2s [1710200679] Hello every 2s -``` \ No newline at end of file +```