Skip to content
Snippets Groups Projects
Commit 83724984 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

updating setup instructions

parent 859fabd8
No related branches found
No related tags found
No related merge requests found
# Workflow: the Workspaces Workflow Service
To use, first run the Alembic migrations:
To use, first run the Alembic migrations in /schema:
env CAPO_PROFILE=local alembic upgrade head
Then run:
`python setup.py develop`
Then you should be able to run this with:
env CAPO_PROFILE=local pserve --reload development.ini
......
......@@ -18,7 +18,7 @@ this_module = 'workflow'
here = path.abspath(path.dirname(__file__))
# Get the long description from the README file
with open(path.join(here, 'README.txt'), encoding='utf-8') as f:
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment