Update Public Evaluation Guidelines and README to require Python 3.10 and enhance installation instructions. Added troubleshooting tips for environment issues and clarified access key creation process in AWS for better security practices.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
Suppose you are operating on a system that has not been virtualized (e.g. your desktop, laptop, bare metal machine), meaning you are not utilizing a virtualized environment like AWS, Azure, or k8s.
|
||||
If this is the case, proceed with the instructions below. However, if you are on a virtualized platform, please refer to the [Docker](https://github.com/xlang-ai/OSWorld?tab=readme-ov-file#docker-server-with-kvm-support-for-the-better) section.
|
||||
|
||||
1. First, clone this repository and `cd` into it. Then, install the dependencies listed in `requirements.txt`. It is recommended that you use the latest version of Conda to manage the environment, but you can also choose to manually install the dependencies. Please ensure that the version of Python is >= 3.9.
|
||||
1. First, clone this repository and `cd` into it. Then, install the dependencies listed in `requirements.txt`. It is recommended that you use the latest version of Conda to manage the environment, but you can also choose to manually install the dependencies. Please ensure that the version of Python is >= 3.10.
|
||||
```bash
|
||||
# Clone the OSWorld repository
|
||||
git clone https://github.com/xlang-ai/OSWorld
|
||||
@@ -52,7 +52,7 @@ git clone https://github.com/xlang-ai/OSWorld
|
||||
cd OSWorld
|
||||
|
||||
# Optional: Create a Conda environment for OSWorld
|
||||
# conda create -n osworld python=3.9
|
||||
# conda create -n osworld python=3.10
|
||||
# conda activate osworld
|
||||
|
||||
# Install required dependencies
|
||||
|
||||
Reference in New Issue
Block a user