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 08dd7b2 commit d9e8348Copy full SHA for d9e8348
README.md
@@ -39,11 +39,12 @@ VirtualShipParcels is a command line simulator allowing students to plan and con
39
For a normal installation do:
40
41
```bash
42
-conda create -n my_env python=3.12
43
-conda activate my_env
44
-conda install -c conda-forge virtualship
+conda create -n ship -c conda-forge virtualship
+conda activate ship
45
```
46
+which creates an environment named `ship` with the latest version of `virtualship`. You can replace `ship` with any name you like.
47
+
48
For a development installation, please follow the instructions detailed in the [contributing page](.github/CONTRIBUTING.md).
49
50
## Usage
0 commit comments