File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # AMI Data Manager
1+ # AMI Data Companion
22
33Desktop 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
2626Install (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
3232Optionally 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
4343conda create -n ami python=3.10 anaconda
@@ -46,13 +46,13 @@ conda create -n ami python=3.10 anaconda
4646Clone 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
5252Install 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
5656pip install -e .
5757```
5858
You can’t perform that action at this time.
0 commit comments