1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

python: added requirements.txt guide

This commit is contained in:
TiynGER 2021-04-27 20:58:27 +02:00
parent 41d03f078a
commit 84117cdb93

View File

@ -33,6 +33,13 @@ let g:python3_host_prog = "/usr/bin/python3"
to your `init.vim` to avoid usage of `pyenv`s version of python in autocompletion.
## Usage
### Create a requirements file
To automatically create a `requirements.txt` of your current project, navigate
to it and run `pipreqs` (install it if not already done).
## IDE
### Vim