A command interpreter to manipulate data without a visual interface, like in a Shell (perfect for development and debugging)
-
Clone the repository as follows:
$ git clone https://github.com/nelsonwamalwa/AirBnB_clone.git
-
Move one step into the repository with a
cd
command:$ cd AirBnB_clone
-
Install all necessary dependencies through the
requirements.txt
file:$ pip install -r requirements.txt
or
$ pip3 install -r requirements.txt
-
Run the console script and happy hBnB ⛪.
$ ./console.py
Here are some basic usage examples you can start to play with.
Typical usage example:
$ ./console
(hbnb)
(hbnb) help
Documented commands (type help <topic>):
========================================
EOF create help quit
(hbnb)
(hbnb) quit
$