clarify cmake install and check for it in setup script

This commit is contained in:
nckcard
2025-07-02 22:28:07 -07:00
parent 5d040c4e1c
commit 306a473568
3 changed files with 14 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ pytorch == 1.13.1
To install CMake and gcc on Ubuntu, simply run:
```bash
sudo apt-get install build-essential
sudo apt-get install cmake
```
# Install language model python package