Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha Mesarcik authored Mar 2, 2020
1 parent 1641420 commit c947719
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# `DL4DI`: Deep learning for data inspection
A repository containing the implementation of the paper entitled "Deep Learning Assisted Data Inspection for Radio Astronomy"

## Dependancies
## Installtion
Install conda environment by:
```
conda create --name dl4di_test python=3.7
```
Run conda environment by:
```
conda activate dl4di_test
```

Install dependancies by running:
```
pip install -r requirements
Expand Down

0 comments on commit c947719

Please sign in to comment.