From 30067749e1cae9fa221afface26a01f19d745cc7 Mon Sep 17 00:00:00 2001 From: Ethan White Date: Fri, 10 May 2024 07:31:24 -0400 Subject: [PATCH] Update docs to reflect API changes Closes #125 --- docs/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 6273505..8197a43 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -17,10 +17,10 @@ offlinedatasci install all You can download and configure the different components separately: * Python: `offlinedatasci install python ` -* Python packages: `offlinedatasci install python_libraries ` +* Python packages: `offlinedatasci install python-packages ` * R: `offlinedatasci install r ` * RStudio: `offlinedatasci install rstudio ` -* R packages: `offlinedatasci install minicran ` +* R packages: `offlinedatasci install r-packages ` * Lessons: `offlinedatasci install lessons ` ### Managing R and Python packages @@ -29,11 +29,11 @@ By default offlinedatasci creates local package mirrors of the most common data You can add additional packages yourself using `add-packages`, then language `r` or `python`, and the name of the packages to install: ```sh -offlinedatasci add-packages r package1 package2 ... ` +offlinedatasci add r-packages package1 package2 ... ` ``` ```sh -offlinedatasci add-packages python package1 package2 ... ` +offlinedatasci add python-packages package1 package2 ... ` ``` ## Python interface