Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 363 Bytes

File metadata and controls

18 lines (12 loc) · 363 Bytes

Build

All development is recommended to be done on a Linux system.

Install node.js and npm.

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs

Install sage-lsp-server.

git clone https://github.com/SeanDictionary/sage-lsp-server
./src/server/envLSP/bin/pip install -e ./sage-lsp-server