Skip to content

Commit e7582be

Browse files
authored
.
1 parent af7957b commit e7582be

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/Installation/Optionals/index.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Requirements
2323

2424
How to Install
2525
""""""""""""""""""
26-
To install DLTK, run:
26+
To install DLTK (DeepLearningToolKit), run:
2727

2828
.. code-block:: bash
2929
3030
scipion3 installb deepLearningToolkit
3131
32-
If the installation fails and you just need to use one of the environments is possible to install just one of them.
32+
If the **installation od DLTKfails** and you just need to use one of the environments is possible to install just one of them.
3333
Locate the path Xmipp is installed, (by default in /home/USERNAME/scipion3/software/em/xmipp) and locate the .yaml envs folder and run:
3434

3535
::
@@ -38,6 +38,11 @@ Locate the path Xmipp is installed, (by default in /home/USERNAME/scipion3/softw
3838
mkdir home/USERNAME/scipion3/software/em/deepLearningToolkit
3939
conda env export -n xmipp_pyTorch > /home/USERNAME/scipion3/software/em/deepLearningToolkit/xmipp_pyTorch-1.yml
4040

41+
You also needs the models, if it was no installed previously yo can do it with:
42+
43+
::
44+
./xmipp getModels
45+
4146

4247
List of Environments
4348
""""""""""""""""""""""""""""""""""""

0 commit comments

Comments
 (0)