docs: Fix typos, improve commands
This commit is contained in:
parent
2004278365
commit
cf38cbb1a9
2 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
You can enter the environment in your CLI with:
|
||||
|
||||
$ nix-develop -c bash -c "conda-shell -c 'conda activate <environment-name> && sh'"
|
||||
$ nix develop -c bash -c "conda-shell -c 'conda activate <environment-name> && sh'"
|
||||
|
||||
If you are using Pycharm, you can start up quickly by running:
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
|||
|
||||
### Setup: ###
|
||||
|
||||
On your first run, enter conda using
|
||||
On your first run, install conda and set up your environment using
|
||||
|
||||
$ nix-develop -c bash -c "conda-shell -c 'conda-install'"
|
||||
(conda-shell)$ conda env create --name <environment-name> --file /path/to/environment.yaml
|
||||
$ nix develop -c bash -c "conda-shell -c 'conda-install'"
|
||||
$ nix develop -c bash -c "conda-shell -c 'conda-env create --name <environment-name> --file /path/to/environment.yaml'"
|
||||
|
||||
'';
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
conda
|
||||
|
||||
# You might want to add an IDE of your choice;
|
||||
# (jetbrains.plugins.addPlugins jetbrains.pycharm-professional [ "github-copilot" ])
|
||||
(jetbrains.plugins.addPlugins jetbrains.pycharm-professional [ "github-copilot" ])
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue