#Error in Scrapy project

When I write !scrapy startproject Myproject
It is not showing “Project created”
Instead it is showing:-
Usage

scrapy startproject <project_name> [project_dir]

Create new project

Options

–help, -h show this help message and exit

Global Options

–logfile=FILE log file. if omitted stderr will be used
–loglevel=LEVEL, -L LEVEL
log level (default: DEBUG)
–nolog disable logging completely
–profile=FILE write python cProfile stats to FILE
–pidfile=FILE write process ID to FILE
–set=NAME=VALUE, -s NAME=VALUE
set/override setting (may be repeated)
–pdb enable pdb on failure

try using different name.

I changed name but still same output no change