Move non-PyPI dependencies to requirements.txt
authorJean-François Nguyen <jf@lambdaconcept.com>
Mon, 30 Mar 2020 15:12:20 +0000 (17:12 +0200)
committerJean-François Nguyen <jf@lambdaconcept.com>
Mon, 30 Mar 2020 15:12:20 +0000 (17:12 +0200)
README.md
requirements.txt [new file with mode: 0644]

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
 ```
 
diff --git a/requirements.txt b/requirements.txt
new file mode 100644 (file)
index 0000000..e67fe22
--- /dev/null
@@ -0,0 +1,5 @@
+git+https://github.com/nmigen/nmigen-soc
+git+https://github.com/nmigen/nmigen-stdio
+git+https://github.com/nmigen/nmigen-boards
+git+https://github.com/lambdaconcept/minerva
+git+https://github.com/m-labs/asyncserial