Skip to content

Commit 002aa24

Browse files
committed
pip instal -e doesn't work w/o setup.py
1 parent 2566ba2 commit 002aa24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testproj/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
1. Create a virtualenv (mkvirtualenv)
22
2. pip install -r requirements.txt
3-
3 pip install -e ..
3+
3 pip install ..
44
4. ./manage.py migrate
55
5. ./manage.py loaddata secretfiles
66
6. ./manage.py runserver

0 commit comments

Comments
 (0)