Compare commits

..

No commits in common. "38999932616fa5b1d02ec71832e1869608652868" and "b7e780deb7e5061088ec2003db152d03035555e2" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -32,14 +32,14 @@
git clone git@github.com:Dabble-Studio/3d-to-photo.git git clone git@github.com:Dabble-Studio/3d-to-photo.git
``` ```
2. Install necessary packages for the front end 2. Install neccessary packages for the front end
``` ```
cd 3d-to-photo cd 3d-to-photo
npm install npm install
``` ```
3. Install necessary packages for the python backend 3. Install neccessary packages for the python backend
``` ```
cd image_proc_server cd image_proc_server