summaryrefslogtreecommitdiffstats
path: root/dpd
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-09-27 16:51:34 +0200
committerandreas128 <Andreas>2017-09-27 16:51:34 +0200
commit864082d5aba60e6579f7a99590f8783206a2a895 (patch)
tree65b9df3b0c421f7e411bda54dc4da397f963bc83 /dpd
parent69edf27464a5b5a4bd22414536cf35d69a1cfde8 (diff)
downloaddabmod-864082d5aba60e6579f7a99590f8783206a2a895.tar.gz
dabmod-864082d5aba60e6579f7a99590f8783206a2a895.tar.bz2
dabmod-864082d5aba60e6579f7a99590f8783206a2a895.zip
Improve explanation for conda
Diffstat (limited to 'dpd')
-rw-r--r--dpd/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/README.md b/dpd/README.md
index dc63c1d..0977665 100644
--- a/dpd/README.md
+++ b/dpd/README.md
@@ -67,7 +67,7 @@ Thus we have a margin of about 30dB for the input power of the USRP RX port.
Software Setup
--------------
-We assume that you already installed *ODR-DabMux* and *ODR-DabMod*. In order to satisfy dependencies for the predistortion, you can install all required python modules using conda. Alternatively you can also install the packages specified in the environment file via your preferred method. To install and use the environment via conda do following:
+We assume that you already installed *ODR-DabMux* and *ODR-DabMod*. In order to satisfy dependencies for the predistortion, you can install all required python modules using conda. To obtain the conda commandline tool, install [miniconda](https://conda.io/docs/user-guide/install/linux.html). It helps you keep the global python environment clean and install the exact same package versions as we used for development. Alternatively you can also install the packages specified in the environment file via your preferred method.
```
conda env create -f dpd/environment.yml