darioizzo / geodesyNets

Experiments with artificial neural networks and geodesy
GNU General Public License v3.0
19 stars 3 forks source link

Add a script or similar to setup environment #80

Closed gomezzz closed 3 years ago

gomezzz commented 3 years ago

A starting point:

git clone https://github.com/darioizzo/anns4geodesy.git
cd anns4geodesy/
conda create -n geodesy python=3.8 ipython scikit-learn numpy matplotlib jupyter
conda activate geodesy
conda install -c pytorch pytorch
conda install pandas
conda install toml
pip install sobol_seq
pip install pyvista
pip install pyvistaqt
conda install tqdm
darioizzo commented 3 years ago

If we update the above and test, we can add it to the home page.

darioizzo commented 3 years ago

Maybe a .yml file too?