Commit ffe837ed authored by Verdan Mahmood's avatar Verdan Mahmood Committed by Tao Feng

Update installation.md (#75)

Fixes a typo for requirements file
parent b261a67e
......@@ -7,7 +7,7 @@ $ git clone https://github.com/lyft/amundsenfrontendlibrary.git
$ cd amundsenfrontendlibrary
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ pip3 install -r requirements3.txt
$ python3 setup.py install
$ cd amundsen_application/static
$ npm install
......
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