# If you want to download other versions, you need to change the last/last file name to the version you want to download
```
- To install Anaconda:
- At the command line, enter `sh Anaconda3-2021.05-Linux-x86_64.sh`
- If you download another version, replace the file name of the command with the file name you downloaded
- Just follow the installation prompts
- When viewing the license, you can enter q to exit
-**Add conda to the environment variable**
- The environment variable is added to enable the system to recognize the conda command. If you have added conda to the environment variable path during installation, you can skip this step
- Open `~/.bashrc` in the terminal:
- ```shell
# Enter the following command in the terminal:
vim ~/.bashrc
```
- Add conda as an environment variable in `~/.bashrc`:
- ```shell
# Press i first to enter editing mode
# On the first line, enter:
export PATH="~/anaconda3/bin:$PATH"
# If the installation location is customized during installation, change ~/anaconda3/bin to the bin folder under the customized installation directory
```
- ```shell
# Modified ~/.bash_profile file should be as follows (where xxx is the user name)::
export PATH="~/opt/anaconda3/bin:$PATH"
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
- Introduction document of paddlehub: https://github.com/PaddlePaddle/PaddleHub/blob/develop/README.md
- When installing the paddlehub, other dependent libraries will be installed automatically, which may take a while
## Step 4: Install the paddlehub and download the model
- After installing the paddlehub, download the style migration model:
-```shell
# Enter the following command on the command line
hub install stylepro_artistic==1.0.1
```
- Description document of the model: [https://www.paddlepaddle.org.cn/hubsearch?filter=en_category&value=%7B%22scenes%22%3A%5B%22GANs%22%5D%7D](https://www.paddlepaddle.org.cn/hubsearch?filter=en_category&value={"scenes"%3A["GANs"]})
-<imgsrc="../../imgs/Install_Related/linux/hub_model_intro.png"alt="hub model intro"width="800"align="center"/>
## Step 5: Prepare the style to migrate data and code
### Prepare style migration data
- Create Working Directory `style_transfer` under User Directory `~`
## Step 6: Explore the pre training model of flying oars
- Congratulations, the installation and introduction cases of PaddleHub in the Linux environment will be completed here. Start your more in-depth learning model exploration journey quickly.[【More model exploration, jump to the official website of PaddlePaddle】](https://www.paddlepaddle.org.cn/hublist)
- Select the lowest `Anaconda3-2021.05-MacOSX-x86_64.pkg` download
- After downloading, double click the. pkg file to enter the graphical interface
- By default, the installation will take a while
- It is recommended to install a code editor such as vscode or pycharm
## Step 2: Open the terminal and create a conda environment
- Open terminal
- Press the command key and the space bar at the same time, enter "terminal" in the focus search, and double-click to enter the terminal
-**Add conda to the environment variable**
- The environment variable is added to enable the system to recognize the conda command
- Enter the following command to open `~/.bash_profile`:
- ```shell
vim ~/.bash_profile
```
- In `~/.bash_profile` add conda as an environment variable:
- ```shell
# Press i first to enter editing mode
# On the first line, enter:
export PATH="~/opt/anaconda3/bin:$PATH"
# If the installation location is customized during installation, change ~/opt/anaconda3/bin to the bin folder under the customized installation directory
```
- ```shell
# Modified ~/.bash_profile file should be as follows (where xxx is the user name):
export PATH="~/opt/anaconda3/bin:$PATH"
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
- Introduction document of paddlehub: https://github.com/PaddlePaddle/PaddleHub/blob/develop/README.md
- When installing the paddlehub, other dependent libraries will be installed automatically, which may take a while
## Step 4: Install the paddlehub and download the model
- After installing the PaddleHub, download the style migration model:
-```shell
# Enter the following command on the command line
hub install stylepro_artistic==1.0.1
```
- Description document of the model: [https://www.paddlepaddle.org.cn/hubsearch?filter=en_category&value=%7B%22scenes%22%3A%5B%22GANs%22%5D%7D](https://www.paddlepaddle.org.cn/hubsearch?filter=en_category&value={"scenes"%3A["GANs"]})
-<imgsrc="../../imgs/Install_Related/mac/hub_model_intro.png"alt="hub model intro"width="800"align="center"/>
## Step 5: Prepare the style to migrate data and code
### Prepare style migration data
- Create Working Directory `style_transfer` on Desktop
## Step 6: Explore the pre training model of flying oars
- Congratulations, the installation and introduction cases of PaddleHub in the Mac environment will be completed here. Start your more in-depth learning model exploration journey quickly.[【More model exploration, jump to the official website of PaddlePaddle】](https://www.paddlepaddle.org.cn/hublist)
- If you need to install the GPU version, please open the [paddle official website](https://www.paddlepaddle.org.cn/) select the appropriate version.
- Paddle official website: https://www.paddlepaddle.org.cn/
- Since CUDA and cudnn need to be configured before installing the GPU version, it is recommended to install the GPU version after a certain foundation
- After installing the Paddle, continue to install the paddlehub in the paddle_env environment:
- Introduction document of paddlehub: https://github.com/PaddlePaddle/PaddleHub/blob/develop/README.md
## Step 4: Install the paddlehub and download the model
- After installing the paddlehub, download the style migration model:
-```shell
# Enter the following command on the command line
hub install stylepro_artistic==1.0.1
```
- Description document of the model: [https://www.paddlepaddle.org.cn/hubsearch?filter=en_category&value=%7B%22scenes%22%3A%5B%22GANs%22%5D%7D](https://www.paddlepaddle.org.cn/hubsearch?filter=en_category&value={"scenes"%3A["GANs"]})
## Step 6: Explore the pre training model of flying oars
- Congratulations, the installation and introduction cases of PaddleHub in the Windows environment will be completed here. Start your more in-depth learning model exploration journey quickly.[【More model exploration, jump to the official website of PaddlePaddle】](https://www.paddlepaddle.org.cn/hublist)