From 0ebdce9a4ea6615d25499fbee23805aac51bed70 Mon Sep 17 00:00:00 2001 From: "Brandon N. Benton" Date: Tue, 20 Aug 2024 11:13:02 -0600 Subject: [PATCH] install steps updates --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 4371e96..fcfc42d 100644 --- a/README.rst +++ b/README.rst @@ -51,11 +51,7 @@ Option 1: Install from PIP or Conda (recommended for analysts): Option 2: Clone repo (recommended for developers) ------------------------------------------------- -1. from home dir, ``git clone https://github.com/NREL/farms.git`` - 1) enter github username - 2) enter github password - -2. Create ``farms`` environment and install package +1. Create ``farms`` environment and install package 1) Create a conda env: ``conda create -n farms`` 2) Run the command: ``conda activate farms`` 3) cd into the repo cloned in 1.