diff --git a/README.md b/README.md index d78bf9a..f8dadd2 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,11 @@ Returns the diff commit if the operation was successfull. # Workshop pre-requisites +You'll need an IDE to follow along with the code. We'll be using VSCode for the class, but any other will work too. You will also need the following extensions: + +- Vetur +- Python (comes preinstalled now, but just to be safe) + For the **server**, you must have: - `python` installed in your computer (at least version `3.6`, `3.9` recommended) [Download it here](https://www.python.org/downloads/) @@ -84,11 +89,14 @@ For the **server**, you must have: # and then pip install "uvicorn[standard]" ``` -- +- Install `specklepy` + ```shell + pip install specklepy + ``` For the **Vue app**: - Install `node` [Download it here](https://nodejs.org/en/download/) - Install `vue CLI` - [Instructions here](https://cli.vuejs.org/guide/installation.html) - Install `vetur` VSCode extension -- Install `vue dev tools` for Chrome \ No newline at end of file +- Install `vue dev tools` for Chrome diff --git a/frontend/README.md b/frontend/README.md deleted file mode 100644 index a5f235c..0000000 --- a/frontend/README.md +++ /dev/null @@ -1,78 +0,0 @@ -

Speckle is data infrastructure for the AEC industry.
This app generates a heat map diff of changed geometry.
Please log in to access you Speckle data.