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:
parent
41d03f078a
commit
84117cdb93
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user