-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,16 +32,3 @@ julia> model = abaqus_read_model("abaqus_file.inp") | |
``` | ||
|
||
This returns `AbaqusReader.Model` instance. | ||
|
||
## Installing | ||
|
||
Package is not tagged yet, so installing goes like normally with unregistered packages, i.e. | ||
``` | ||
julia -e 'Pkg.clone("[email protected]:JuliaFEM/AbaqusReader.jl.git")` | ||
``` | ||
|
||
If the package is used in other packages, to make automatic testing pass, one must add the line above to the `.travis.yml`. Alternatively, one can add the following to `build/deps.jl`: | ||
``` | ||
Pkg.clone("[email protected]:JuliaFEM/AbaqusReader.jl.git") | ||
Pkg.build("AbaqusReader") | ||
``` |