Move non-PyPI dependencies to requirements.txt
[lambdasoc.git] / README.md
index 2ac9f0dd10234444c46152abded940267ad3f3aa..0496fae1e885434f2dbbe4bc4f1ccf7f338d9f9f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,12 +8,7 @@
 git clone https://github.com/lambdaconcept/lambdasoc
 git submodule update --init --recursive
 
-pip install git+https://github.com/nmigen/nmigen-soc
-pip install git+https://github.com/nmigen/nmigen-stdio
-pip install git+https://github.com/nmigen/nmigen-boards
-pip install git+https://github.com/lambdaconcept/minerva
-pip install git+https://github.com/m-labs/asyncserial
-
+pip install -r requirements.txt
 python setup.py install
 ```