Skip to content

Clone the repositories

We'll need to clone two repositories.

It's recommended to clone the repositories side-by-side in the directory where you keep your repositories. We'll use $HOME/repos in our examples.

ndfc-python

cd $HOME/repos
git clone https://github.com/allenrobel/ndfc-python.git

ansible-dcnm

cd $HOME/repos
git clone https://github.com/CiscoDevNet/ansible-dcnm.git

Until relative-imports are integrated into the ansible-dcnm repository, you'll need to switch branches to the develop branch (if the branch isn't currently set to develop).

cd $HOME/repos/ansible-dcnm
git switch develop