You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+19-21Lines changed: 19 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,37 +26,32 @@ The following external libraries are required:
26
26
Installation
27
27
------------
28
28
29
-
For performance and convenience reasons we highly recommend to use
30
-
`Conda`_ (miniconda for simplicity) to manage your Python installation.
31
-
Once installed, you can use the following steps to create a new environment
32
-
with the *sfa* toolbox.
29
+
For performance and convenience reasons we highly recommend to use `Conda`_ (miniconda for simplicity) to manage your Python installation. Once installed, you can use the following steps to receive and use *sfa*, depending on your use case:
33
30
34
-
#. Create new Conda environment from the specified requirements:
35
-
``conda env create --file environment.yml``
31
+
A. By cloning (or downloading) the repository and setting up a new environment **[recommended]**:
Copy file name to clipboardExpand all lines: contribute.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,28 @@
2
2
## Dev environment
3
3
Given you have [anaconda](https://www.continuum.io/downloads) installed, run the following commands to clone the repository into a new folder `sound_field_analysis-py`, install necessary tools into a new conda environment and activate it:
You can now work on the *sfa* toolbox inside the `sound_field_analysis-py` folder. Using `ipython`, you may use the following magic commands to ensure reload on any changes inside the package:
10
+
11
+
You can now work on the *sfa* toolbox inside the `sound_field_analysis-py` folder. Using `ipython`, you may use the following magic commands to ensure reload on any changes inside the package:
11
12
```
12
13
%load_ext autoreload
13
14
%autoreload 2
14
15
```
15
16
16
17
## Documentation
17
18
If you want to compile the documentation (pdf and/or html), you need to additionally install sphinx and sphinx_rtd_theme and clone the gh-pages branch:
Now you can compile the pdf readme (given you have latex installed) and html pages by running `make latexpdf` or `make html` from the `sound_field_analysis-py\doc` directory.
25
25
26
26
If you decide on a different folder structure, you may edit the following line in `doc/Makefile` to decide on where to move the html documentation:
0 commit comments