Unverified Commit 09912233 authored by iamtodor's avatar iamtodor Committed by GitHub

878: solution for requests dependency version collision in amundsendatabuilder module (#891)

Signed-off-by: 's avatariamtodor <todor.ilya@gmail.com>
parent 267f3c9d
...@@ -23,6 +23,7 @@ The following instructions are for setting up a version of Amundsen using Docker ...@@ -23,6 +23,7 @@ The following instructions are for setting up a version of Amundsen using Docker
```bash ```bash
$ python3 -m venv venv $ python3 -m venv venv
$ source venv/bin/activate $ source venv/bin/activate
$ pip3 install --upgrade pip
$ pip3 install -r requirements.txt $ pip3 install -r requirements.txt
$ python3 setup.py install $ python3 setup.py install
$ python3 example/scripts/sample_data_loader.py $ python3 example/scripts/sample_data_loader.py
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment