diff --git a/README.md b/README.md index 33d7cea6..7071614e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # Here is the code for RCareWorld V1.0.0 🦾 - Check the website https://emprise.cs.cornell.edu/rcareworld/ +- Auto-generated APIs https://emprise.cs.cornell.edu/rcareworld-doc/ We support Windows, Linux (Tested on Ubuntu), and MacOS. You need to make sure git and git-lfs are installed on your system. You should use Git Bash if you have it (else Powershell) for windows, and use bash for Linux and MacOS. diff --git a/install/Windows/install_pyrcareworld.bat b/install/Windows/install_pyrcareworld.bat index 12c3af03..0c35deb0 100644 --- a/install/Windows/install_pyrcareworld.bat +++ b/install/Windows/install_pyrcareworld.bat @@ -1,7 +1,6 @@ @echo off REM Activate Conda environment CALL %USERPROFILE%\miniconda3\Scripts\activate.bat -CALL conda activate rcareworld REM Create a new Conda environment CALL conda create -y --name rcareworld python=3.8 pip