# dflow_helloworld **Repository Path**: zjgemi/dflow_helloworld ## Basic Information - **Project Name**: dflow_helloworld - **Description**: dflow helloworld - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-30 - **Last Updated**: 2022-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dflow-helloworld This is a simple introduction to dflow. ## Setup 1. Setup conda environment (assume you have conda installed) ```shell conda create -n dflow-helloworld python=3.9 ``` 2. Activate conda environment and install jupyter notebook ```shell conda activate dflow-helloworld pip install notebook ``` ## How to use 1. Clone this repository to local ```shell git clone git@github.com:kianpu34593/dflow_helloworld.git ``` 2. `cd` into the repo ```shell cd dflow_helloworld ``` 3. Start up jupyter notebook ```shell jupyter notebook ```