Skip to content

Commit 6713d5b

Browse files
authored
Update README.md
1 parent 6bbdb21 commit 6713d5b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ $ julia --color=yes -e 'using Pkg; Pkg.add(Pkg.PackageSpec(path="https://github.
3636

3737
```bash
3838
$ python3 -m pip install --upgrade pip
39-
$ python3 -m pip install julia
40-
$ python3 -m pip install pycall
39+
$ git clone https://github.com/APLA-Toolbox/pyjulia-pddl
40+
$ cd pyjulia-pddl
41+
$ python3 -m pip install -r requirements.txt
4142
```
4243

4344
# REFL Mode

0 commit comments

Comments
 (0)