Commit fef35814 authored by Kenneth Reitz's avatar Kenneth Reitz

punctuation

parent f6d948b0
...@@ -146,7 +146,7 @@ puts-step "Activating virtualenv" ...@@ -146,7 +146,7 @@ puts-step "Activating virtualenv"
source bin/activate source bin/activate
# If no requirements given, assume `setup.py develop` # If no requirements given, assume `setup.py develop`.
if [ ! -f requirements.txt ]; then if [ ! -f requirements.txt ]; then
puts-step "No requirements.txt supplied, assuming distribution package." puts-step "No requirements.txt supplied, assuming distribution package."
echo "-e ." > requirements.txt echo "-e ." > requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment