mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: create info for create python venv
This commit is contained in:
parent
16723f902e
commit
826445d655
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ if pcode.active_python_config then
|
|||
M = {
|
||||
-- https://github.com/nvim-neotest/neotest-python
|
||||
-- https://docs.pytest.org/en/7.1.x/getting-started.html
|
||||
-- (di bawah ini untuk linux)
|
||||
-- python3 -m venv my-virtual-env
|
||||
-- sudo python3 -m venv my-virtual-env
|
||||
-- . ./my-virtual-env/bin/activate
|
||||
-- sudo apt-get install python3-pytest
|
||||
{
|
||||
"nvim-neotest/neotest",
|
||||
dependencies = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue