mirror of
https://github.com/django-components/django-components.git
synced 2025-09-19 20:29:44 +00:00
docs: update development instructions to include directory change and… (#937)
This commit is contained in:
parent
3d187d7aba
commit
bfd917fa20
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,7 @@ This makes a copy of the repository in your own name. Now you can clone this rep
|
|||
|
||||
```sh
|
||||
git clone https://github.com/<your GitHub username>/django-components.git
|
||||
cd django-components
|
||||
```
|
||||
|
||||
To quickly run the tests install the local dependencies by running:
|
||||
|
@ -18,6 +19,12 @@ To quickly run the tests install the local dependencies by running:
|
|||
pip install -r requirements-dev.txt
|
||||
```
|
||||
|
||||
You also have to install this local django-components version, initially and after every change you want to test:
|
||||
|
||||
```sh
|
||||
pip install .
|
||||
```
|
||||
|
||||
Now you can run the tests to make sure everything works as expected:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue