somexlab / fastddm

Python library for Differential Dynamic Microscopy analysis
https://fastddm.readthedocs.io/
GNU General Public License v3.0
3 stars 0 forks source link

Add detailed instruction for installation in Anaconda environment on iOS in the readme file #168

Closed moyuanchen closed 7 months ago

moyuanchen commented 1 year ago
  1. in a new Anaconda environment, run the following commands to install the prerequisite packages.

conda install -c anaconda git conda install -c anaconda cmake conda install -c conda-forge gcc

  1. download the fastddm package, and in the package directory run

pip install .

enrico-lattuada commented 7 months ago

Solved by PR #208