Skip to content

Commit 06bbb29

Browse files
authored
Update README.md
1 parent dc57c7a commit 06bbb29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • helloworld-samples/function-codebundle-python
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Python Function with additional modules
22

3-
A sample Python function that uses a external pip module.
3+
A sample Python function that uses an external pip module referenced by the requirements.txt file
44

55
Deploy the function straight to Code Engine by running the following command from this directory
66

77
```bash
88
ibmcloud ce fn create -n lorem-python -runtime python-3.11 --build-source .
99
```
1010

11-
For more information follow th official docs -> [Including modules for a Python Function](https://cloud.ibm.com/docs/codeengine?topic=codeengine-fun-create-repo#function-python-dep-repo)
11+
For more information follow th official docs -> [Including modules for a Python Function](https://cloud.ibm.com/docs/codeengine?topic=codeengine-fun-create-repo#function-python-dep-repo)

0 commit comments

Comments
 (0)