tzulitai commented on a change in pull request #66: [FLINK-16722] Add Python 
SDK Walkthrough
URL: https://github.com/apache/flink-statefun/pull/66#discussion_r397679936
 
 

 ##########
 File path: statefun-examples/statefun-python-walkthrough/README.md
 ##########
 @@ -0,0 +1,46 @@
+# Apache Stateful Functions - Walkthrough
+
+## Setup
+
+* Create a virtual env
+
+```
+python3 -m venv venv
+source venv/bin/activate   
+```
+
+* Install the requirements 
+
+```
+pip3 install requirements.txt
 
 Review comment:
   ```suggestion
   pip3 install -r requirements.txt
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to