We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e534e6b commit e7371fcCopy full SHA for e7371fc
README.md
@@ -107,7 +107,7 @@ Clone this repository and import it in your favourite IDE.
107
You can call (from the main folder):
108
109
```bash
110
- python setup.py install
+python setup.py install
111
```
112
113
### Run the examples
@@ -130,7 +130,7 @@ docker run -it -d --name jopt-py-rest-examples -p 127.0.0.1:8033:8080 -v "$PWD/:
130
131
### Using the sandbox
132
133
-After starting the container, you can open [http://localhost:8043/](http://localhost:8033) with your browser and login with the password:
+After starting the container, you can open [http://localhost:8033/](http://localhost:8033) with your browser and login with the password:
134
135
136
jopt
0 commit comments