-
Notifications
You must be signed in to change notification settings - Fork 0
Python
lcfd edited this page Aug 30, 2024
·
2 revisions
One of the main goals of this Neovim distro is to better manage development with Python and Django.
You'll need to install certain Python packages to get the best experience possible. Those packages are for sure opinionated choices but you are always free to change the configuration as much as you want. Remember, this distro is based on my (lcfd) personal needs.
- Create a local
virtual environment
for your project - Install all the packages required (next section)
- Activated your
virtual environment
OR you can just open a Python file
"djhtml>=3.0.6",