Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit 4cf3072

Browse files
authored
Merge pull request #2 from PageUpPeopleOrg/feature/OSC-967_start_execution
[OSC-967] - update readme to include install instructions from repo
2 parents 2f4782f + 476cc95 commit 4cf3072

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ py mcd.py START postgresql+psycopg2://user:password@host:port/dbname
3636
- Use/create an empty directory
3737
- Use a local isolated/virtual python environment for this project
3838
- [Install](https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs) this package
39+
- `pip install -e path/to/ProjectX`
40+
- `pip install -e git+git://github.com/ProjectX.git#egg=ProjectX`
3941
- `py -m mcd <command> <db-connection-string> [--help] [--log-level]`
4042

4143
_Windows example:_
@@ -47,7 +49,7 @@ cd new-dir
4749
py -m venv new-env --clear
4850
new-env\scripts\activate
4951
50-
pip install -e path\to\model-change-detector
52+
pip install -e git+git://github.com/PageUpPeopleOrg/model-change-detector.git#egg=mcd
5153
5254
py -m mcd START postgresql+psycopg2://user:password@host:port/dbname
5355
```

0 commit comments

Comments
 (0)