# Assignment3: Your Own RISC-V CPU
contributed by < [`randyuncle`](https://github.com/randyuncle) >
## Install Chisel bootmap locally
Following the `Local Installation - Mac/Linux` instructions in [chisel-bootcamp/Install.md
](https://github.com/freechipsproject/chisel-bootcamp/blob/master/Install.md) to prepare the environment for locally open up the jupyter notebook provided by Chisel Bootcamp.
After the installation, since I follow the instructions by using `pip3` to install jupyterlab and its dependencies, leading the issue of using the installation path that isn't in `$PATH`. Therefore, I export the its path in `~/.zshrc` to make the system identify the command `jupyter-lab`.
```sh
export PATH="/Users/$USER_NAME/Library/Python/3.9/bin:$PATH"
```
Finally, I clone the `chisel-bootmap` Github repository, and successfully open the jupyter notebook with the command `jupyter-lab`.
```sh
rkhuncle@likunhandeMacBook-Air-2 chisel-bootcamp % jupyter-lab
```

## Learning Chisel through Chisel Bootcamp
###
## Exercises in MyCPU