|
# EM-Bright genetic programming
|
|
# EM-Bright genetic programming
|
|
## Step-wise installation of packages:
|
|
## Step-wise installation of packages:
|
|
1. Clone the repository in a desired directory.`git clone git@git.ligo.org:sushant.sharma-chaudhary/em-bright-gp.git `
|
|
1. Clone the repository in a desired directory.
|
|
|
|
```
|
|
`cd em-bright-gp`
|
|
git clone git@git.ligo.org:sushant.sharma-chaudhary/em-bright-gp.git
|
|
|
|
cd em-bright-gp
|
|
`git checkout a3f0d399`
|
|
git checkout a3f0d399
|
|
|
|
|
|
|
|
```
|
|
2. Create a anaconda environment using: `conda create -n {name} python=3.{8/9}`
|
|
2. Create a anaconda environment using: `conda create -n {name} python=3.{8/9}`
|
|
|
|
|
|
3. Activate the environment : `conda activate {name}`
|
|
3. Activate the environment : `conda activate {name}`
|
... | | ... | |