[0a9449]: / docs / build / html / _sources / notes / download.rst.txt

Download this file

48 lines (30 with data), 899 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Download Code & Install
========================================================================
Download Code
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: bash
$ git clone git@github.com:kexinhuang12345/DeepPurpose.git
$ ### Download code repository
$
$
$ cd DeepPurpose
$ ### Change directory to DeepPurpose
First time usage: setup conda environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: bash
$ conda env create -f env.yml
$ ## Build virtual environment with all packages installed using conda
$
$ conda activate DeepPurpose
$ ## Activate conda environment
$
$
$ conda deactivate ### exit
Second time and later
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: bash
$ conda activate DeepPurpose
$ ## Activate conda environment
$
$
$ conda deactivate ### exit