Skip to content

Commit 7356c34

Browse files
committed
Change documentation
1 parent f99fe15 commit 7356c34

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/development.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,12 @@ pip-compile base_frozen.in
5858

5959
## Development process
6060

61-
At the beginning set up infrastructure for your test project. You can find description
62-
for it in [here](https://wiki.allegrogroup.com/display/POGRANICZE/Terraform+in+BigFlow+Projects+Guideline).
61+
At the beginning set up infrastructure for your test project.
6362

6463
Then implement your changes for bigflow and push changes on your newly created specific branch.
6564

6665
After that, on test project set in `requirements.in` bigflow version from your branch.
67-
to do that you just need to set bigflow in `requirements.in` file like that:
68-
69-
```shell script
70-
# bigflow[bigquery]==1.5.0 <- oryginalna instalacja
71-
git+https://github.com/allegro/bigflow@name-of-your-brancg#egg=bigflow[your-dependencies]
72-
```
73-
and add in your `Dockerfile` following command
74-
```shell script
75-
apt-get install -y git
76-
```
66+
to do that you just need to set bigflow in `requirements.in` file.
7767

7868
Then remove your `requirements.txt` file,
7969
build dependencies once again (using `pip-compile` or `bf build-requirements` command), then uninstall bigflow locally

0 commit comments

Comments
 (0)