Skip to content

Standard Library Installation

IsaacShelton edited this page Mar 21, 2022 · 1 revision

Standard Library Installation

The standard library can be obtained from https://github.com/AdeptLanguage/AdeptImport.

Manual Installation

In order to use the standard library, all you have to do is clone the AdeptImport GitHub repo into the bin folder and rename it

  • cd bin
  • git clone https://github.com/AdeptLanguage/AdeptImport
  • mv AdeptImport import (For Unix)
  • rename AdeptImport import (For Windows)

Where bin is the folder which the Adept executable resides in

Clone this wiki locally