mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
Updated the readme (#273)
* Install/Uninstall multiple packages using ppman * Updated the readme * updated a variable Co-authored-by: Thomas <git@hexf.me>
This commit is contained in:
parent
1c3aa4a3e6
commit
22018cbc9b
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ cli/index.js ppman list
|
|||
cli/index.js ppman install python
|
||||
|
||||
# Install specific version of python
|
||||
cli/index.js ppman install python 3.9.4
|
||||
cli/index.js ppman install python=3.9.4
|
||||
|
||||
# Run a python script using the latest version
|
||||
echo 'print("Hello world!")' > test.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue