From 73a70d68aa4017621e4554d9c71b80290f678c65 Mon Sep 17 00:00:00 2001 From: Marko Baric Date: Tue, 5 Nov 2024 18:34:57 +0100 Subject: [PATCH] Update README.md with Open in Codeanywhere button --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 59ac3300..9e831286 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ $ cd pytorch-tutorial/tutorials/PATH_TO_PROJECT $ python main.py ``` +Or if you’d prefer to skip the local setup, you can get this project running instantly with Codeanywhere. Just click the button below to open it in browser-based cloud IDE. + +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/yunjey/pytorch-tutorial) + +
## Dependencies