We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbdb21 commit 6713d5bCopy full SHA for 6713d5b
1 file changed
README.md
@@ -36,8 +36,9 @@ $ julia --color=yes -e 'using Pkg; Pkg.add(Pkg.PackageSpec(path="https://github.
36
37
```bash
38
$ python3 -m pip install --upgrade pip
39
-$ python3 -m pip install julia
40
-$ python3 -m pip install pycall
+$ git clone https://github.com/APLA-Toolbox/pyjulia-pddl
+$ cd pyjulia-pddl
41
+$ python3 -m pip install -r requirements.txt
42
```
43
44
# REFL Mode
0 commit comments