Skip to content
Snippets Groups Projects

Fix setup.py to reflect correct name

Open Robbie Luijben requested to merge fix-setup-py-and-readme into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -6,7 +6,7 @@ Generates csv input files for the `atdb_load_tasks_from_table` script.
@@ -6,7 +6,7 @@ Generates csv input files for the `atdb_load_tasks_from_table` script.
### Installation
### Installation
```bash
```bash
# Using pip install (requires valid ssh key, until the repo is set to public)
# Using pip install (requires valid ssh key, until the repo is set to public)
pip install pip install -e "git+https://git.astron.nl/ldv/ldv_utils.git#egg=atdb-csv-gen&subdirectory=atdb_csv_gen"
pip install -e "git+https://git.astron.nl/ldv/ldv_utils.git#egg=atdb-csv-gen&subdirectory=atdb_csv_gen"
```
```
### Running
### Running
Loading