Skip to content

Commit

Permalink
update tutorials.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanliwei-coder committed Jan 8, 2025
1 parent 5fcaf1b commit c7c1728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/Tutorials/Format_Conversion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@
"\n",
" Windows: conda env create -n r-env -f r-env-win.yml\n",
"\n",
"Then you need to switch to the new enviroment, start R and run the following command to install **seurat-disk**:\n",
"Then you need to switch to the new enviroment, start **R** and run the following command to install **seurat-disk**:\n",
"\n",
" R --no-echo --no-restore --no-save -e 'remotes::install_github(\"mojaveazure/seurat-disk\", upgrade=\"never\")'\n",
" remotes::install_github(\"mojaveazure/seurat-disk\", upgrade=\"never\")\n",
"\n",
"In addition, you also need to install **rhdf5** in windows:\n",
" \n",
Expand Down

0 comments on commit c7c1728

Please sign in to comment.