File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,15 @@ Running Kolla Build in development
7
7
The recommended way to run in development
8
8
-----------------------------------------
9
9
10
- The preferred way to run kolla-build for development is using `` tox ``.
11
- Run the following from inside the repository :
10
+ To clone the repository and install the package
11
+ in development mode, run the following commands :
12
12
13
- .. code-block :: console
14
-
15
- tox -e venv -- kolla-build ...
16
-
17
- The alternative way to run in development
18
- -----------------------------------------
19
-
20
- Sometimes, developers prefer to manage their venvs themselves. This is also
21
- possible. Remember to install in editable mode (``-e ``). Run the following from
22
- inside the repository:
23
13
24
14
.. code-block :: console
25
15
16
+ git clone https://opendev.org/openstack/kolla.git
17
+ cd kolla
26
18
python3 -m venv ~/path/to/venv
27
19
source ~/path/to/venv/bin/activate
28
- python3 -m pip install -e .
20
+ python3 -m pip install --editable .
29
21
kolla-build ...
You can’t perform that action at this time.
0 commit comments