Hail installation and configuration

Hi, I found many ways for Hail installation (cloud and HPC , …etc)and I am confused about the easiest and straight forward way ? can you please help in that? I need to start using it.

The easiest way to install Hail is to use pip:

pip install hail

This will install Hail to run in local mode on the computer that ran the pip command, and will also install the hailctl tool to start and use Hail on Google Dataproc.

Ok, I’ve installed hail and jupyter as well, and I started by importing it but I got this error
ImportError Traceback (most recent call last)
in ()
----> 1 import hail as hl

ImportError: No module named hail

I successfuly downloaded and installed it, it is a good starting for me, however I got this error message when I run this code,
hl.init()
error message is very long I just took a few lines of code
Py4JJavaError Traceback (most recent call last)
in
----> 1 hl.init()

</home/malfaki/.local/lib/python3.6/site-packages/decorator.py:decorator-gen-1203> in init(sc, app_name, master, local, log, quiet, append, min_block_size, branching_factor, tmp_dir, default_reference, idempotent, global_seed, _optimizer_iterations, _backend)

Hi, I got this error when I tried to run hail again, last time it was working!!
File “”, line 1
pip install haill
^
SyntaxError: invalid syntax