1
0
Ashley Penney 11 жил өмнө
parent
commit
75247e5a54
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      docs/index.md

+ 1 - 1
docs/index.md

@@ -21,7 +21,7 @@ reproduced anywhere:
 
     FROM python:2.7
     WORKDIR /code
-    ADD rements.txt /code/
+    ADD requirements.txt /code/
     RUN pip install -r requirements.txt
     ADD . /code