Skip to content

Commit a692831

Browse files
committed
Remove nose from contributing instructions.
1 parent fbf52d8 commit a692831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ How to contribute
1919

2020
3. Create an isolated environment for SKLL development. We recommend using the [conda](https://conda.io/en/latest/) package manager. To create a `conda` environment, run the following command in the root of the working directory:
2121

22-
$ conda create -n sklldev -c conda-forge nose --file conda_requirements.txt
22+
$ conda create -n sklldev -c conda-forge --file conda_requirements.txt
2323

2424
4. Activate the conda environment
2525

0 commit comments

Comments
 (0)