From ecff2d79213d71dc93ff03f190e73c58903388dd Mon Sep 17 00:00:00 2001 From: Aaron Louie Date: Sun, 5 Jul 2020 10:26:01 -0400 Subject: [PATCH] Fixes some typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47789892..6bd7dd67 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CrConnectFrontend +# sartography/cr-connect-workflow [![Build Status](https://travis-ci.com/sartography/cr-connect-workflow.svg?branch=master)](https://travis-ci.com/sartography/cr-connect-workflow) @@ -27,7 +27,7 @@ Make sure all of the following are properly installed on your system: - Select the directory where you cloned this repository and click `Ok`. - Expand the `Project Interpreter` section. - Select the `New environment using` radio button and choose `Pipenv` in the dropdown. - - Under `Base interpreter`, select `Python 3.6` + - Under `Base interpreter`, select `Python 3.7` - In the `Pipenv executable` field, enter `/home/your_username_goes_here/.local/bin/pipenv` - Click `Create` ![Project Interpreter](readme_images/new_project.png)