# Gen-quickstart i can not install it

**URL:** https://discourse.julialang.org/t/gen-quickstart-i-can-not-install-it/40240
**Category:** New to Julia
**Tags:** package
**Created:** [May 27, 2020, 8:07am UTC](https://discourse.julialang.org/t/gen-quickstart-i-can-not-install-it/40240 "2020-05-27T08:07:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Jyun\_Wan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jyun_wan/32/15204_2.png) [@Jyun\_Wan](https://discourse.julialang.org/u/Jyun_Wan)
#### Post date: [May 27, 2020, 8:07am UTC](https://discourse.julialang.org/t/gen-quickstart-i-can-not-install-it/40240/1 "2020-05-27T08:07:01Z")

</div>

Whenever i want to install the package

i type:

 ![Annotation 2020-05-27 155930](https://global.discourse-cdn.com/julialang/original/3X/b/a/ba6fa0b2dd34339eacd175b1f7f548e8db116efb.png)

and i always failed to download it

before that

i successfully to install Gen and GenViz in the same way (add [MIT Probabilistic Computing Project · GitHub](https://github.com/probcomp/)…)

how can i solve this probelm?

and if i download its file by gen-quickstart-master.zip

how can i install it?

thanks

---

<div class="post-metadata">

### Author: ![johnh](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johnh/32/3615_2.png) [@johnh](https://discourse.julialang.org/u/johnh)
#### Post date: [May 27, 2020, 9:12am UTC](https://discourse.julialang.org/t/gen-quickstart-i-can-not-install-it/40240/2 "2020-05-27T09:12:14Z")

</div>

Hi. In the nicest possible way the repository for gen-quickstart.sh contains the recipes fro building a Docker container to run Gen  
It is not a Julia package

I am really sorry if I sound rude - I am not being rude to you. I hope the community here can help you.

---

<div class="post-metadata">

### Author: ![virtualgraham](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/virtualgraham/32/15200_2.png) [@virtualgraham](https://discourse.julialang.org/u/virtualgraham)
#### Post date: [May 27, 2020, 9:44am UTC](https://discourse.julialang.org/t/gen-quickstart-i-can-not-install-it/40240/3 "2020-05-27T09:44:31Z")

</div>

Probably what you want is

```julia
pkg> add Gen

```

This is the library used in the quick start guide.

See [gen-quickstart/Introduction to Modeling in Gen.ipynb at 0f9b30b6bc80e1012c8eb3c967887483dce08045 · probcomp/gen-quickstart · GitHub](https://github.com/probcomp/gen-quickstart/blob/0f9b30b6bc80e1012c8eb3c967887483dce08045/tutorials/Introduction%20to%20Modeling%20in%20Gen.ipynb)
