Do not generate .pyc file
authorAbhishek Chanda <achanda@users.noreply.github.com>
Mon, 17 Aug 2015 07:18:34 +0000 (00:18 -0700)
committerAbhishek Chanda <achanda@users.noreply.github.com>
Mon, 17 Aug 2015 07:18:34 +0000 (00:18 -0700)
The -B switch turns off .pyc file generation

README.md

index 297bd21d6380503266bb90e1c3064b60a96bd816..f86c6a93a900a7a1532aa2cf0f0bdbbc7cf1bdd1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Cargo can then be compiled like many other standard unix-like projects:
 git clone https://github.com/rust-lang/cargo
 cd cargo
 git submodule update --init
-python src/etc/install-deps.py
+python -B src/etc/install-deps.py
 ./configure --local-rust-root="$PWD"/rustc
 make
 make install