[self-contained `install.sh` script](https://github.com/brando90/learning_lean/blob/main/install.sh)
This commit is contained in:
Brando Miranda 2024-07-15 15:06:08 -07:00 committed by GitHub
parent 65dcaa2ea5
commit e533bcc088
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
Python interface to the Pantograph library
# Getting started
Note: For [self-contained `install.sh` script for lean](https://github.com/brando90/learning_lean/blob/main/install.sh).
## Install 1: With Conda and Pip in the SNAP cluster
@ -139,4 +140,4 @@ cd ~/PyPantograph
python -m pantograph.server
# python $HOME/PyPantograph/pantograph/server.py
# python $HOME/PyPantograph/test_vllm.py
```
```