Skip to content

Commit d0933dc

Browse files
authored
Update name of project
We have referred to this project as numerous things. Settling on "AMI Data Companion" by popular opinion at the 2023 ESA conference.
1 parent 868d2d2 commit d0933dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AMI Data Manager
1+
# AMI Data Companion
22

33
Desktop app for analyzing images from autonomous insect monitoring stations using deep learning models
44

@@ -26,7 +26,7 @@ Desktop app for analyzing images from autonomous insect monitoring stations usin
2626
Install (or upgrade) the package with the following command
2727

2828
```sh
29-
pip install https://github.com/RolnickLab/ami-data-manager/archive/main.zip
29+
pip install https://github.com/RolnickLab/ami-data-companion/archive/main.zip
3030
```
3131

3232
Optionally test the installation with the following command
@@ -37,7 +37,7 @@ trapdata-test
3737

3838
## Installation (for developers)
3939

40-
Create an environment just for AMI and the trapdata manager using conda (or virtualenv)
40+
Create an environment just for AMI and the data companion using conda (or virtualenv)
4141

4242
```sh
4343
conda create -n ami python=3.10 anaconda
@@ -46,13 +46,13 @@ conda create -n ami python=3.10 anaconda
4646
Clone the repository using the command line or the GitHub desktop app.
4747

4848
```sh
49-
git clone git@github.com:RolnickLab/ami-data-manager.git
49+
git clone git@github.com:RolnickLab/ami-data-companion.git
5050
```
5151

5252
Install as an editable package. This will install the dependencies and install the `trapdata` console command
5353

5454
```sh
55-
cd ami-data-manager
55+
cd ami-data-companion
5656
pip install -e .
5757
```
5858

0 commit comments

Comments
 (0)