diff --git a/README.md b/README.md index 614c741..bab0a43 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ pip install judgyprophet So to use `judgyprophet`, you have to compile the model. Do this in the shell using ``` -python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile() +python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile()" ``` or in python using diff --git a/docs/index.md b/docs/index.md index 43c8a59..0c55597 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ pip install judgyprophet So to use `judgyprophet`, you have to compile the model. Do this in the shell using ``` -python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile() +python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile()" ``` or in python using