docs: Fix typos, improve commands

This commit is contained in:
Tibo De Peuter 2024-04-16 17:14:00 +02:00
parent 2004278365
commit cf38cbb1a9
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 8 additions and 8 deletions

View file

@ -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" ])
];
};
});