File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ using ``$ tmux -L test_case``.
20
20
Install the latest code from git
21
21
--------------------------------
22
22
23
- Using pip
24
- ^^^^^^^^^
23
+ Get the source
24
+ ^^^^^^^^^^^^^^
25
25
26
26
To begin developing, check out the code from github:
27
27
@@ -30,6 +30,9 @@ To begin developing, check out the code from github:
30
30
$ git clone git@github.com:tmux-python/tmuxp.git
31
31
$ cd tmuxp
32
32
33
+ Advanced: Manual virtual
34
+ ^^^^^^^^^^^^^^^^^^^^^^^^
35
+
33
36
Now create a virtualenv, if you don't know how to, you can create a
34
37
virtualenv with:
35
38
@@ -57,8 +60,12 @@ adjust the code and the installed software will reflect the changes.
57
60
58
61
$ tmuxp
59
62
60
- Using poetry
61
- ^^^^^^^^^^^^
63
+ Simple: Using poetry
64
+ ^^^^^^^^^^^^^^^^^^^^
65
+
66
+ The easiest way to configure a dev environment is through `poetry `_. This
67
+ automatically will manage virtualenv and python dependencies for tmuxp.
68
+ For information on installing poetry visit the `poetry's documentation `_.
62
69
63
70
To begin developing, check out the code from github:
64
71
@@ -91,6 +98,8 @@ Then activate it to your current tty / terminal session with:
91
98
92
99
That is it! You are now ready to code!
93
100
101
+ .. _poetry : https://python-poetry.org/
102
+ .. _poetry's documentation : https://python-poetry.org/docs/
94
103
95
104
Test Runner
96
105
-----------
You can’t perform that action at this time.
0 commit comments