setup.py: Removing deps as per bug #1086#c7
[lambdasoc.git] / README.md
index 2ac9f0dd10234444c46152abded940267ad3f3aa..cc767f3055a015d4a8ac5dc31793f9060fbbb910 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,14 +6,10 @@
 
 ```
 git clone https://github.com/lambdaconcept/lambdasoc
+cd 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
 ```