Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
installation [2018/09/02 10:52] – try to disable screen Zbigniew Jedrzejewski-Szmekinstallation [2018/09/03 17:56] – moar packages Zbigniew Jedrzejewski-Szmek
Line 21: Line 21:
     python3-sphinx python3-sphinx-rtd-theme \     python3-sphinx python3-sphinx-rtd-theme \
     python3-pytest python3-pytest-pep8 python3-pytest-pylint python3-pytest-cov \     python3-pytest python3-pytest-pep8 python3-pytest-pylint python3-pytest-cov \
 +    python3-mpi4py python3-imageio python3-h5py python3-skimage \
     cufflinks runsnakerun \     cufflinks runsnakerun \
     libopenblas-base libopenblas-dev     libopenblas-base libopenblas-dev
Line 44: Line 45:
 </code> </code>
  
-Fedora:+As student user:
 <code> <code>
-dnf -y --best install gcc gcc-c++ make autoconf automake libtool flex bison gdb gimp inkscape geeqie graphviz graphviz-doc lz4 firefox git gitg gitk git-core-doc git-gui git-email kcachegrind emacs vim gnome-builder gedit gedit-plugins htop ncurses-compat-libs moreutils 
- 
-... 
-</code> 
- 
-<code> 
-# As student user: 
 #aversion=5.2.0 #aversion=5.2.0
 #curl https://repo.continuum.io/archive/Anaconda3-$aversion-Linux-x86_64.sh -O #curl https://repo.continuum.io/archive/Anaconda3-$aversion-Linux-x86_64.sh -O
Line 59: Line 53:
  
 pip3 install bloscpack ipython_memwatcher pyprof2calltree git+https://github.com/ASPP/prof3to2.git pip3 install bloscpack ipython_memwatcher pyprof2calltree git+https://github.com/ASPP/prof3to2.git
 +pip3 install numba
  
 git clone https://github.com/Debilski/vim-basic.git .vim && ln -s .vim/vimrc .vimrc && vim +PlugInstall +qall                                                                                     git clone https://github.com/Debilski/vim-basic.git .vim && ln -s .vim/vimrc .vimrc && vim +PlugInstall +qall                                                                                    
Line 77: Line 72:
 Disable screen lock in settings → privacy. Disable screen lock in settings → privacy.
 Pin terminal and atom and spyder to sidebar. Pin terminal and atom and spyder to sidebar.
 +
 +
 +
 +
 +Fedora (ignore this part):
 +<code>
 +dnf -y --best install gcc gcc-c++ make autoconf automake libtool flex bison gdb gimp inkscape geeqie graphviz graphviz-doc lz4 firefox git gitg gitk git-core-doc git-gui git-email kcachegrind emacs vim gnome-builder gedit gedit-plugins htop ncurses-compat-libs moreutils
 +
 +...
 +</code>