From 7b41a5a08a1ac39994fb875bc23c817ba92b5cd9 Mon Sep 17 00:00:00 2001 From: Timothy McCallum Date: Tue, 4 Jun 2024 22:35:21 +1000 Subject: [PATCH] Update documentation while testing the example (#18) Signed-off-by: tpmccallum tim.mccallum@fermyon.com Signed-off-by: Timothy McCallum --- guest-python/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +```