We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa131e6 commit 7c9477eCopy full SHA for 7c9477e
README.md
@@ -2,7 +2,7 @@
2
3
## Setup
4
5
-The recommended way for runnign BrainDead locally is via Conda.
+The recommended way for running BrainDead locally is via Conda.
6
7
### Installing miniconda
8
@@ -14,7 +14,9 @@ This command creates the conda environment for all the neccessary dependencies:
14
15
### Starting the environment
16
17
-The imported environment can be activate with the command `conda activate BrainDead `
+The imported environment can be activate with the command `conda activate BrainDead `.
18
+
19
+Afterwards you should be able to call BrainDead's scripts (see below), e.g. running the [example calls](#sample-calls-on-test-data).
20
21
22
## Command helps
0 commit comments