Skip to content

Commit 258f4b3

Browse files
Update articles/azure-functions/functions-reference-python.md
Co-Authored-By: Craig Shoemaker <[email protected]>
1 parent d5bf5d6 commit 258f4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ pip install -r requirements.txt
302302

303303
## Publishing to Azure
304304

305-
When you're ready to publish, make sure that all your dependencies are listed in the `requirements.txt` file, which is located at the root of your project directory. If you're using a package that requires a compiler and does not support the installation of manylinux-compatible wheels from PyPI, publishing to Azure will fail with the following error:
305+
When you're ready to publish, make sure that all your dependencies are listed in the *requirements.txt* file, which is located at the root of your project directory. If you're using a package that requires a compiler and does not support the installation of manylinux-compatible wheels from PyPI, publishing to Azure will fail with the following error:
306306

307307
```
308308
There was an error restoring dependencies.ERROR: cannot install <package name - version> dependency: binary dependencies without wheels are not supported.

0 commit comments

Comments
 (0)