mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
parent
ffbc385bfd
commit
1a0473050c
1 changed files with 5 additions and 4 deletions
|
@ -122,8 +122,8 @@ cd PySolFC
|
|||
```
|
||||
PKGDIR=/usr/local/packages/PySolFC # or whatever
|
||||
export PKGDIR
|
||||
mkdir -p $PKGDIR
|
||||
( cd $PKGDIR && python -m venv ./env )
|
||||
mkdir -p "$PKGDIR"
|
||||
( cd "$PKGDIR" && python -m venv ./env )
|
||||
```
|
||||
|
||||
#### 4 - Run the install script
|
||||
|
@ -136,8 +136,9 @@ mkdir -p $PKGDIR
|
|||
|
||||
#### 6 - Enjoy playing
|
||||
|
||||
$PKGDIR/env/bin/pysol.py
|
||||
|
||||
```
|
||||
"$PKGDIR"/env/bin/pysol.py
|
||||
```
|
||||
|
||||
## Alternate toolkit.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue