diff --git a/README.md b/README.md index 5de738df..88b3d7c7 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,11 @@ SD card is connected. Step 1. Burning the SD Card Choose a hostname for your card. We will use `red001`. + ``` (ENV3) pi@masterpi:~ $ cms burn create --hostname=red001 ``` + Wait for the card to burn. Once the process is complete, it is safe to remove the SD card. diff --git a/deprecated/general/__init__.py b/deprecated/general/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/requirements-dev.txt b/requirements-dev.txt index 6f5f2a40..44fb7f84 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,3 @@ -nose pytest coverage flake8