Skip to content

Commit 8ea9f46

Browse files
committed
corrected alignment issue for a note
1 parent d44980c commit 8ea9f46

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,10 @@ python algorithms/optimize.py --method "snbo" --problem "rover" --dim 100 --n_in
7676
```
7777

7878
> ⚠️ ***NOTE***: Before running the file, you need to append the path of the root folder to `PYTHONPATH` variable. This can be done by running following command in the terminal before running the python file:
79-
80-
```
81-
export PYTHONPATH=PATH_TO_SNBO_FOLDER:$PYTHONPATH
82-
```
83-
84-
Or, you can add this line to your shell configuration file (`.bashrc` or`.zshrc`) and reload the terminal.
79+
> ```
80+
> export PYTHONPATH=PATH_TO_SNBO_FOLDER:$PYTHONPATH
81+
> ```
82+
> Or, you can add this line to your shell configuration file (`.bashrc` or`.zshrc`) and reload the terminal.
8583
8684
✅ Option 2 (**Recommended**): Instead of directly running the `optimize.py` file, you can use one of the ready-to-use scripts available in runscript folder. These scripts already include the `export` statement requried for appending the `PYTHONPATH` variable at the start of the script, you just need to ensure that correct path is defined.
8785

0 commit comments

Comments
 (0)